mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-09 07:24:39 +00:00
Fix 80-column violation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153556 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -1925,8 +1925,8 @@ bool IPSCCP::runOnModule(Module &M) {
|
|||||||
ReturnsToZap[i]->setOperand(0, UndefValue::get(F->getReturnType()));
|
ReturnsToZap[i]->setOperand(0, UndefValue::get(F->getReturnType()));
|
||||||
}
|
}
|
||||||
|
|
||||||
// If we inferred constant or undef values for globals variables, we can delete
|
// If we inferred constant or undef values for globals variables, we can
|
||||||
// the global and any stores that remain to it.
|
// delete the global and any stores that remain to it.
|
||||||
const DenseMap<GlobalVariable*, LatticeVal> &TG = Solver.getTrackedGlobals();
|
const DenseMap<GlobalVariable*, LatticeVal> &TG = Solver.getTrackedGlobals();
|
||||||
for (DenseMap<GlobalVariable*, LatticeVal>::const_iterator I = TG.begin(),
|
for (DenseMap<GlobalVariable*, LatticeVal>::const_iterator I = TG.begin(),
|
||||||
E = TG.end(); I != E; ++I) {
|
E = TG.end(); I != E; ++I) {
|
||||||
|
Reference in New Issue
Block a user