From: Chris Lattner Date: Fri, 25 Jan 2008 17:24:52 +0000 (+0000) Subject: fix long lines. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5bab78527a946632cd9614daa0b9a82ee7b5e1cc;p=oota-llvm.git fix long lines. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46355 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp index 93de4f0f75d..4b88f7884f5 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp @@ -57,7 +57,7 @@ ViewSchedDAGs("view-sched-dags", cl::Hidden, cl::desc("Pop up a window to show sched dags as they are processed")); static cl::opt ViewSUnitDAGs("view-sunit-dags", cl::Hidden, - cl::desc("Pop up a window to show SUnit dags after they are processed")); + cl::desc("Pop up a window to show SUnit dags after they are processed")); #else static const bool ViewISelDAGs = 0, ViewSchedDAGs = 0, ViewSUnitDAGs = 0; #endif @@ -79,7 +79,8 @@ namespace { RegisterPassParser > ISHeuristic("pre-RA-sched", cl::init(&createDefaultScheduler), - cl::desc("Instruction schedulers available (before register allocation):")); + cl::desc("Instruction schedulers available (before register" + " allocation):")); static RegisterScheduler defaultListDAGScheduler("default", " Best scheduler for the target",