[llvm-commits] [parallel] CVS: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp

Misha Brukman brukman at cs.uiuc.edu
Wed Mar 10 19:05:16 PST 2004


Changes in directory llvm/lib/Target/SparcV9:

SparcV9TargetMachine.cpp updated: 1.98.2.1 -> 1.98.2.2

---
Log message:

Merge from trunk.

---
Diffs of the changes:  (+4 -0)

Index: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.98.2.1 llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.98.2.2
--- llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.98.2.1	Mon Mar  1 17:58:15 2004
+++ llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp	Wed Mar 10 19:03:49 2004
@@ -162,6 +162,10 @@
     PM.add(createInstructionSchedulingWithSSAPass(*this));
 
   PM.add(getRegisterAllocator(*this));
+
+  if (PrintMachineCode)
+    PM.add(createMachineFunctionPrinterPass(&std::cerr));
+
   PM.add(createPrologEpilogInsertionPass());
 
   if (!DisablePeephole)





More information about the llvm-commits mailing list