1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 12:12:47 +01:00
llvm-mirror/lib
Chris Lattner 28a8acc476 * Simplify the code by not bothering to name the folded constant
* Do not skip the instruction immediately after a folded instruction.  This
  was causing the testcase failure:
	test/Regression/Transforms/SCCP/2002-05-02-MissSecondInst.ll

llvm-svn: 2443
2002-05-02 20:32:51 +00:00
..
Analysis Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
AsmParser * Fix a bug (test/Regression/Assembler/2002-05-02-InvalidForwardRef.ll) 2002-05-02 19:27:42 +00:00
Bytecode Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
CodeGen Add neccesary #include 2002-04-29 18:48:55 +00:00
ExecutionEngine Implement cast operations on booleans to allow casting bools to ints, f.e. 2002-05-02 19:28:45 +00:00
Support Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
Target Eliminate duplicate or unneccesary #include's 2002-04-29 17:42:12 +00:00
Transforms * Simplify the code by not bothering to name the folded constant 2002-05-02 20:32:51 +00:00
VMCore The implementation keyword is no longer neccesary 2002-05-02 19:11:29 +00:00
Makefile Moved assembly writer library into its own top level directory. 2002-04-08 19:42:33 +00:00