1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 06:22:51 +01:00
Go to file
Chris Lattner a4184f9ab6 Fix: ConstantMerge/2002-09-23-CPR-Update.ll
Basically, this bug boiled down to calling replaceUsesOfWith on a constant,
which changed it's shape in an illegal way.  This pass now goes through all
of the trouble neccesary to do the replacement on constants.

llvm-svn: 3895
2002-09-23 23:00:46 +00:00
docs Update url 2002-09-22 21:25:12 +00:00
include Group #includes better 2002-09-23 17:45:52 +00:00
lib Fix: ConstantMerge/2002-09-23-CPR-Update.ll 2002-09-23 23:00:46 +00:00
runtime Pass renamed 2002-07-30 00:53:26 +00:00
support Clean up dead rules 2002-09-22 02:41:20 +00:00
test New testcase distilled from SPEC vortex benchmark 2002-09-23 22:31:04 +00:00
tools * Remove the -stopraise option, which is no longer needed now that we have 2002-09-22 18:50:22 +00:00
utils Add support for passing in arbitrary flags to gmake (except -n and -h 2002-09-19 14:54:53 +00:00
Makefile Build burg tree 2002-09-17 23:23:52 +00:00
Makefile.common * Minor fixes to support C files. 2002-09-22 02:47:15 +00:00
Makefile.config 'whoami' doesn't exist on solaris 2002-09-22 23:35:11 +00:00
Makefile.Linux Allow LLC to be executed on Linux; only the LLC output should not be executed. 2002-09-23 14:24:19 +00:00
Makefile.rules * Minor fixes to support C files. 2002-09-22 02:47:15 +00:00
Makefile.SunOS Platform specific makefiles specify where to find the GCC frontend for their 2002-09-19 19:44:28 +00:00