summaryrefslogtreecommitdiff
path: root/lib/CodeGen/RegAllocLinearScan.cpp
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
commitcd075a4fb3b3ff52c68903540e1540b68500df4c (patch)
treee32e4abd8ce9ff737a81c8064b1c96a9737238d3 /lib/CodeGen/RegAllocLinearScan.cpp
parenta4e1ba53ddedd08669886b2849926bb33facc198 (diff)
downloadllvm-cd075a4fb3b3ff52c68903540e1540b68500df4c.tar.gz
llvm-cd075a4fb3b3ff52c68903540e1540b68500df4c.tar.bz2
llvm-cd075a4fb3b3ff52c68903540e1540b68500df4c.tar.xz
80-col fixup.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/RegAllocLinearScan.cpp')
-rw-r--r--lib/CodeGen/RegAllocLinearScan.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp
index 25b63392be..e7de583d83 100644
--- a/lib/CodeGen/RegAllocLinearScan.cpp
+++ b/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);