diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll b/llvm/test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll index ccf259597e3..8f0cb80a107 100644 --- a/llvm/test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll +++ b/llvm/test/Transforms/IndVarSimplify/2011-11-17-selfphi.ll @@ -1,7 +1,7 @@ ; RUN: opt < %s -indvars -S | FileCheck %s ; PR11350: Check that SimplifyIndvar handles a cycle of useless self-phis. -; CHECK: @test +; CHECK-LABEL: @test( ; CHECK-NOT: lcssa = phi define void @test() nounwind { entry: |