aboutsummaryrefslogtreecommitdiffstats
path: root/test/Verifier/dominates.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Verifier/dominates.ll')
-rw-r--r--test/Verifier/dominates.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Verifier/dominates.ll b/test/Verifier/dominates.ll
index 21aa7f6..50bfa61 100644
--- a/test/Verifier/dominates.ll
+++ b/test/Verifier/dominates.ll
@@ -20,7 +20,7 @@ bb2:
%y3 = landingpad i32 personality i32 ()* @g
cleanup
ret void
-; CHECK: Invoke result not available in the unwind destination!
+; CHECK: Instruction does not dominate all uses!
; CHECK-NEXT: %y1 = invoke i32 @g()
; CHECK-NEXT: to label %bb1 unwind label %bb2
; CHECK-NEXT: %y2 = phi i32 [ %y1, %bb0 ]
@@ -38,7 +38,7 @@ bb2:
bb3:
%y3 = phi i32 [%y1, %bb2]
ret void
-; CHECK: Invoke result does not dominate all uses!
+; CHECK: Instruction does not dominate all uses!
; CHECK-NEXT: %y1 = invoke i32 @g()
; CHECK-NEXT: to label %bb1 unwind label %bb2
; CHECK-NEXT: %y3 = phi i32 [ %y1, %bb2 ]