[PATCH] D11453: [GMR] Fix a long-standing bug in GlobalsModRef where it failed to clear out the per-function modref data structures when functions were deleted or when globals were deleted.

hfinkel at anl.gov hfinkel at anl.gov
Sat Jul 25 10:43:24 PDT 2015


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: lib/Analysis/IPA/GlobalsModRef.cpp:241
@@ +240,3 @@
+
+          // Scan the function info we have collected and remove tihs global
+          // from all of them.
----------------
tihs -> this


http://reviews.llvm.org/D11453







More information about the llvm-commits mailing list