[PATCH] D12516: Const propagation after hitting assume bugfix 2

Nick Lewycky via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 11:18:32 PDT 2015


nlewycky accepted this revision.
This revision is now accepted and ready to land.

================
Comment at: lib/Transforms/Scalar/GVN.cpp:1779
@@ +1778,3 @@
+      // Insert a new store to null instruction before the load to indicate that
+      // this code is not reachable.  FIXME: We cound insert unreachable
+      // instruction directly because we can modify the CFG.
----------------
Typo "cound" -> "could".


http://reviews.llvm.org/D12516





More information about the llvm-commits mailing list