From: Eric Christopher Date: Fri, 2 Jul 2010 23:17:38 +0000 (+0000) Subject: 80-col fixup. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=cd075a4fb3b3ff52c68903540e1540b68500df4c;p=oota-llvm.git 80-col fixup. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107537 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/RegAllocLinearScan.cpp b/lib/CodeGen/RegAllocLinearScan.cpp index 25b63392bef..e7de583d832 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 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);