mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-13 23:20:41 +00:00
Fix 80-column violation.
llvm-svn: 153556
This commit is contained in:
parent
3d463d748a
commit
23505e5bb6
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user