Don't remove ivar offset variables, even if we aren't using them.

main
theraven 14 years ago
parent 304593924f
commit 86d5f028a4

@ -156,7 +156,6 @@ namespace {
end=replacements.end() ; i != end ; ++i) {
if (i->second)
i->first->replaceAllUsesWith(i->second);
i->first->removeFromParent();
}
verifyFunction(F);
return modified;

Loading…
Cancel
Save