summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-25 17:24:52 +0000
committerChris Lattner <sabre@nondot.org>2008-01-25 17:24:52 +0000
commitfc80996a21ad3fb28f6dcc958a8ea579b3aaeef8 (patch)
tree76454a8ed79f0dabff84cf93b9c4740e791e9ac3 /llvm
parent919ad97c019d2d6eaf43ae7d8e17ed9a55b85764 (diff)
downloadbcm5719-llvm-fc80996a21ad3fb28f6dcc958a8ea579b3aaeef8.tar.gz
bcm5719-llvm-fc80996a21ad3fb28f6dcc958a8ea579b3aaeef8.zip
fix long lines.
llvm-svn: 46355
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
index 93de4f0f75d..4b88f7884f5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
+++ b/llvm/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<bool>
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<RegisterScheduler> >
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",
OpenPOWER on IntegriCloud