diff options
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll')
-rw-r--r-- | llvm/test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll b/llvm/test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll index 7c5f81896f1..643d3cb333e 100644 --- a/llvm/test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll +++ b/llvm/test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll @@ -2,7 +2,7 @@ ; PR13371: indvars pass incorrectly substitutes 'undef' values ; ; LFTR should not user %undef as the loop counter. -; CHECK: @test +; CHECK-LABEL: @test( ; CHECK-NOT: icmp{{.*}}undef @.str3 = private constant [6 x i8] c"%lld\0A\00", align 1 declare i32 @printf(i8* noalias nocapture, ...) nounwind |