diff options
Diffstat (limited to 'test/Transforms/LoopRotate/phi-duplicate.ll')
-rw-r--r-- | test/Transforms/LoopRotate/phi-duplicate.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopRotate/phi-duplicate.ll b/test/Transforms/LoopRotate/phi-duplicate.ll index 8ad2dce71a65..86a4f2a475fa 100644 --- a/test/Transforms/LoopRotate/phi-duplicate.ll +++ b/test/Transforms/LoopRotate/phi-duplicate.ll @@ -29,7 +29,7 @@ for.end: ; preds = %for.cond } ; Should only end up with one phi. -; CHECK: define void @test +; CHECK-LABEL: define void @test( ; CHECK-NEXT: entry: ; CHECK-NEXT: br label %for.body ; CHECK: for.body: |