From a9aa80993514d4146f4730722bda8466b2b9e6f8 Mon Sep 17 00:00:00 2001 From: Tanya Lattner Date: Thu, 18 Nov 2004 18:47:29 +0000 Subject: [PATCH] Fixed to fit in 80 columns. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17961 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9TargetMachine.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index f5e19512ba4..9917bb307c1 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 EnableModSched("enable-ModSched", cl::desc("Enable modulo scheduling pass instead of local scheduling")); + cl::opt EnableModSched("enable-ModSched", + cl::desc("Enable modulo scheduling pass instead of local scheduling")); // Register the target. RegisterTarget X("sparcv9", " SPARC V9");