diff options
Diffstat (limited to 'llvm/test/Transforms/LICM/funclet.ll')
-rw-r--r-- | llvm/test/Transforms/LICM/funclet.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LICM/funclet.ll b/llvm/test/Transforms/LICM/funclet.ll index 6b5f11507ed..36d2d49d9d4 100644 --- a/llvm/test/Transforms/LICM/funclet.ll +++ b/llvm/test/Transforms/LICM/funclet.ll @@ -97,9 +97,11 @@ else: ; preds = %postinvoke } ; CHECK-LABEL: define void @test3( -; CHECK: catchswitch within none +; CHECK-LABEL: forbody.preheader: ; CHECK: store i32 1, i32* %bc, align 4 ; CHECK: store i32 2, i32* %bc2, align 4 +; CHECK: catchswitch within none +; CHECK-LABEL: forbody: declare void @may_throw() |