Fixed to fit in 80 columns.
authorTanya Lattner <tonic@nondot.org>
Thu, 18 Nov 2004 18:47:29 +0000 (18:47 +0000)
committerTanya Lattner <tonic@nondot.org>
Thu, 18 Nov 2004 18:47:29 +0000 (18:47 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17961 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9TargetMachine.cpp

index f5e19512ba4a8b77b510c7ea95584708bcf300ba..9917bb307c100b67df4a7791b18900f214143197 100644 (file)
@@ -67,7 +67,8 @@ namespace {
                       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");