TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
[oota-llvm.git] / test / Verifier / invoke.ll
index a48f9b60feb474ba3817aafb9ceb8e0688b8b8a9..c2750bb121f2861b363da155e3ae2ec6cd05ed1e 100644 (file)
@@ -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
 }