diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-12-22 00:04:03 +0000 |
commit | f8af5cf600354830d4ccf59732403f0f073eccb9 (patch) | |
tree | 2ba0398b4c42ad4f55561327538044fd2c925a8b /test/Transforms/LoopUnroll/basic.ll | |
parent | 59d6cff90eecf31cb3dd860c4e786674cfdd42eb (diff) |
Diffstat (limited to 'test/Transforms/LoopUnroll/basic.ll')
-rw-r--r-- | test/Transforms/LoopUnroll/basic.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/LoopUnroll/basic.ll b/test/Transforms/LoopUnroll/basic.ll index ab5bc568ede4a..2bfd3e6de8fcc 100644 --- a/test/Transforms/LoopUnroll/basic.ll +++ b/test/Transforms/LoopUnroll/basic.ll @@ -3,7 +3,7 @@ ; This should not unroll since the address of the loop header is taken. -; CHECK: @test1 +; CHECK-LABEL: @test1( ; CHECK: store i8* blockaddress(@test1, %l1), i8** %P ; CHECK: l1: ; CHECK-NEXT: phi i32 @@ -25,7 +25,7 @@ l2: ; preds = %l1 ; This should not unroll since the call is 'noduplicate'. -; CHECK: @test2 +; CHECK-LABEL: @test2( define i32 @test2(i8** %P) nounwind ssp { entry: br label %l1 |