[PATCH] D12751: [WinEH] Fix single-block cleanup coloring

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 10 09:29:57 PDT 2015


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

lgtm, thanks!


================
Comment at: test/CodeGen/WinEH/wineh-cloning.ll:406
@@ +405,3 @@
+}
+; CHECK-LABEL: @test10
+; CHECK-NEXT: entry:
----------------
I always like to check for `define void @test10` to avoid matching against some other call that might get added later.


http://reviews.llvm.org/D12751





More information about the llvm-commits mailing list