[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri Oct 28 22:28:46 PDT 2005



Changes in directory llvm/lib/Target/SparcV8:

SparcV8TargetMachine.cpp updated: 1.29 -> 1.30
---
Log message:

remove reference to this pass


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

 SparcV8TargetMachine.cpp |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp
diff -u llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp:1.29 llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp:1.30
--- llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp:1.29	Thu Sep  1 16:38:21 2005
+++ llvm/lib/Target/SparcV8/SparcV8TargetMachine.cpp	Sat Oct 29 00:28:34 2005
@@ -80,8 +80,6 @@
   // FIXME: implement the invoke/unwind instructions!
   PM.add(createLowerInvokePass());
 
-  PM.add(createLowerConstantExpressionsPass());
-
   // Make sure that no unreachable blocks are instruction selected.
   PM.add(createUnreachableBlockEliminationPass());
 
@@ -137,8 +135,6 @@
   // FIXME: implement the invoke/unwind instructions!
   PM.add(createLowerInvokePass());
 
-  PM.add(createLowerConstantExpressionsPass());
-
   // Make sure that no unreachable blocks are instruction selected.
   PM.add(createUnreachableBlockEliminationPass());
 






More information about the llvm-commits mailing list