aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/invoke.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/invoke.ll')
-rw-r--r--test/Verifier/invoke.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Verifier/invoke.ll b/test/Verifier/invoke.ll
index a48f9b6..c2750bb 100644
--- a/test/Verifier/invoke.ll
+++ b/test/Verifier/invoke.ll
@@ -19,7 +19,6 @@ L2: ; preds = %0
br label %L
L: ; preds = %L2, %L1, %L1
; CHECK: The unwind destination does not have a landingpad instruction
-; CHECK: Instruction does not dominate all uses
ret i32 %A
}