summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-03-28 00:35:33 +0000
committerChad Rosier <mcrosier@apple.com>2012-03-28 00:35:33 +0000
commitbb2a6da440de41fcb8018cb797fa97cf4cea531b (patch)
tree3239cf01c74ae50ef32c80b4b6ae609c8715b034 /llvm/lib
parente3c00e5b97f4f3c183c86edc3713f49825717856 (diff)
downloadbcm5719-llvm-bb2a6da440de41fcb8018cb797fa97cf4cea531b.tar.gz
bcm5719-llvm-bb2a6da440de41fcb8018cb797fa97cf4cea531b.zip
Fix 80-column violation.
llvm-svn: 153556
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Scalar/SCCP.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/SCCP.cpp b/llvm/lib/Transforms/Scalar/SCCP.cpp
index 5ce82b96245..16b64a500b3 100644
--- a/llvm/lib/Transforms/Scalar/SCCP.cpp
+++ b/llvm/lib/Transforms/Scalar/SCCP.cpp
@@ -1925,8 +1925,8 @@ bool IPSCCP::runOnModule(Module &M) {
ReturnsToZap[i]->setOperand(0, UndefValue::get(F->getReturnType()));
}
- // If we inferred constant or undef values for globals variables, we can delete
- // the global and any stores that remain to it.
+ // If we inferred constant or undef values for globals variables, we can
+ // delete the global and any stores that remain to it.
const DenseMap<GlobalVariable*, LatticeVal> &TG = Solver.getTrackedGlobals();
for (DenseMap<GlobalVariable*, LatticeVal>::const_iterator I = TG.begin(),
E = TG.end(); I != E; ++I) {
OpenPOWER on IntegriCloud