summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-02 23:17:38 +0000
committerEric Christopher <echristo@apple.com>2010-07-02 23:17:38 +0000
commit5e5416056be1146e0cbf48f48e5447e081e4a6b4 (patch)
tree27aeba3c57698251d636c177fc72f03cd820ed21 /llvm/lib/CodeGen
parent52b7282081ca619c9d5ca18ba8163a9d6dbe6a16 (diff)
downloadbcm5719-llvm-5e5416056be1146e0cbf48f48e5447e081e4a6b4.tar.gz
bcm5719-llvm-5e5416056be1146e0cbf48f48e5447e081e4a6b4.zip
80-col fixup.
llvm-svn: 107537
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/RegAllocLinearScan.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAllocLinearScan.cpp b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
index 25b63392bef..e7de583d832 100644
--- a/llvm/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/llvm/lib/CodeGen/RegAllocLinearScan.cpp
@@ -83,7 +83,8 @@ namespace {
// pressure, it can caused fewer GPRs to be held in the queue.
static cl::opt<unsigned>
NumRecentlyUsedRegs("linearscan-skip-count",
- cl::desc("Number of registers for linearscan to remember to skip."),
+ cl::desc("Number of registers for linearscan to remember"
+ "to skip."),
cl::init(0),
cl::Hidden);
OpenPOWER on IntegriCloud