[llvm-commits] [PATCH] [msan] Remove unreachable bb's
Kostya Serebryany
kcc at google.com
Fri Dec 14 04:41:13 PST 2012
Looks great!
Since you are also changing the existing function in lib/Transforms/Scalar/SimplifyCFGPass.cpp, please
run some extra testing just in case.
================
Comment at: lib/Transforms/Instrumentation/MemorySanitizer.cpp:481
@@ +480,3 @@
+
+ RemoveUnreachableBlocks(F);
+
----------------
comment explaining why we need this?
http://llvm-reviews.chandlerc.com/D208
More information about the llvm-commits
mailing list