llvm-6502/lib
Chris Lattner 35e5c7c186 This hunk:
-  unsigned TrueValue = getReg(TrueVal, BB, BB->begin());
+  unsigned TrueValue = getReg(TrueVal);

Fixes the PPC regressions from last night.

The other hunk is just a clarity improvement.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19263 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-02 23:07:31 +00:00
..
Analysis
Archive
AsmParser
Bytecode
CodeGen Make the 2-address instruction lowering pass smarter in two ways: 2005-01-02 02:34:12 +00:00
Debugger
ExecutionEngine
Linker
Support Make printing a warning message optional in CheckBytecodeOutputToConsole. 2005-01-02 00:10:03 +00:00
System Correct the case of a #include directory name, just in case. 2005-01-02 09:45:04 +00:00
Target This hunk: 2005-01-02 23:07:31 +00:00
Transforms
VMCore
Makefile