diff options
| author | Eric Christopher <echristo@apple.com> | 2010-07-02 23:17:38 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-07-02 23:17:38 +0000 |
| commit | 1e8deafc52f6b2e25fe155866eb7247317724936 (patch) | |
| tree | e32e4abd8ce9ff737a81c8064b1c96a9737238d3 /lib/CodeGen | |
| parent | 6f754853956e1dc90236b64ffc5c5d00aea6da10 (diff) | |
| download | external_llvm-1e8deafc52f6b2e25fe155866eb7247317724936.zip external_llvm-1e8deafc52f6b2e25fe155866eb7247317724936.tar.gz external_llvm-1e8deafc52f6b2e25fe155866eb7247317724936.tar.bz2 | |
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')
| -rw-r--r-- | lib/CodeGen/RegAllocLinearScan.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 25b6339..e7de583 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); |
