[PATCH] D53786: [AliasSetTracker] Actually delete instructions from the AliasSetTracker.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 26 17:24:37 PDT 2018
MaskRay added inline comments.
================
Comment at: lib/Analysis/AliasSetTracker.cpp:557
+ if (Loc == None)
+ deleteValue((Value*) I);
+ else
----------------
`deleteValue((Value *)I);`
Repository:
rL LLVM
https://reviews.llvm.org/D53786
More information about the llvm-commits
mailing list