[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Sat Dec 11 14:17:23 PST 2004
Changes in directory llvm/lib/Target/SparcV8:
SparcV8TargetMachine.cpp updated: 1.23 -> 1.24
---
Log message:
Print llvm code one function at a time.
---
Diffs of the changes: (+1 -1)
Index: llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp:1.23 llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp:1.24
--- llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp:1.23 Sat Dec 11 12:41:09 2004
+++ llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp Sat Dec 11 16:17:07 2004
@@ -82,7 +82,7 @@
// Print LLVM code input to instruction selector:
if (PrintMachineCode)
- PM.add(new PrintModulePass());
+ PM.add(new PrintFunctionPass());
PM.add(createSparcV8SimpleInstructionSelector(*this));
More information about the llvm-commits
mailing list