diff options
| author | Chad Rosier <mcrosier@apple.com> | 2012-03-28 00:35:33 +0000 |
|---|---|---|
| committer | Chad Rosier <mcrosier@apple.com> | 2012-03-28 00:35:33 +0000 |
| commit | bb2a6da440de41fcb8018cb797fa97cf4cea531b (patch) | |
| tree | 3239cf01c74ae50ef32c80b4b6ae609c8715b034 /llvm/lib | |
| parent | e3c00e5b97f4f3c183c86edc3713f49825717856 (diff) | |
| download | bcm5719-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.cpp | 4 |
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) { |

