diff options
Diffstat (limited to 'test/Verifier')
-rw-r--r-- | test/Verifier/invoke.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Verifier/invoke.ll b/test/Verifier/invoke.ll index a48f9b60feb4..c2750bb121f2 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 } |