diff options
Diffstat (limited to 'lib/Target/SparcV9/SparcV9TargetMachine.cpp')
-rw-r--r-- | lib/Target/SparcV9/SparcV9TargetMachine.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index f5e1951..9917bb3 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -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"); |