mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +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:
parent
701ea2b870
commit
c2212f13f6
@ -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