[PATCH] D30109: [MemorySSA] NFC small fixes

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 15:31:33 PST 2017


george.burgess.iv accepted this revision.
george.burgess.iv added a comment.

LGTM with one nit. Thanks for the patch!



================
Comment at: lib/Transforms/Utils/MemorySSA.cpp:1327
+    assert(!VersionStack.empty() &&
+        "Version stack should have liveOnEntry sentinel dominating everything");
     BasicBlock *BackBlock = VersionStack.back()->getBlock();
----------------
Nit: Indent the " to under the !, please


https://reviews.llvm.org/D30109





More information about the llvm-commits mailing list