diff options
Diffstat (limited to 'llvm/test/Transforms/JumpThreading/induction.ll')
| -rw-r--r-- | llvm/test/Transforms/JumpThreading/induction.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/JumpThreading/induction.ll b/llvm/test/Transforms/JumpThreading/induction.ll index 9e0afdcd74d..6124aab3338 100644 --- a/llvm/test/Transforms/JumpThreading/induction.ll +++ b/llvm/test/Transforms/JumpThreading/induction.ll @@ -2,7 +2,7 @@ ; RUN: opt -S -jump-threading < %s | FileCheck %s define i8 @test(i32 %a, i32 %length) { -; CHECK-LABEL: define {{[^@]+}}@test( +; CHECK-LABEL: @test( ; CHECK-NEXT: entry: ; CHECK-NEXT: br label [[BACKEDGE:%.*]] ; CHECK: backedge: |

