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

Tanya Brethour tbrethou at cs.uiuc.edu
Thu Nov 18 10:47:45 PST 2004



Changes in directory llvm/lib/Target/SparcV9:

SparcV9TargetMachine.cpp updated: 1.125 -> 1.126
---
Log message:

Fixed to fit in 80 columns.


---
Diffs of the changes:  (+2 -1)

Index: llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp
diff -u llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.125 llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.126
--- llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp:1.125	Thu Nov 18 12:37:49 2004
+++ llvm/lib/Target/SparcV9/SparcV9TargetMachine.cpp	Thu Nov 18 12:47:29 2004
@@ -67,7 +67,8 @@
                       cl::desc("Do not strip the LLVM bytecode in executable"));
 
   
-  cl::opt<bool> EnableModSched("enable-ModSched", cl::desc("Enable modulo scheduling pass instead of local scheduling"));
+  cl::opt<bool> EnableModSched("enable-ModSched", 
+	 cl::desc("Enable modulo scheduling pass instead of local scheduling"));
 
   // Register the target.
   RegisterTarget<SparcV9TargetMachine> X("sparcv9", "  SPARC V9");






More information about the llvm-commits mailing list