aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/strrchr-1.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/strrchr-1.ll')
-rw-r--r--test/Transforms/InstCombine/strrchr-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/strrchr-1.ll b/test/Transforms/InstCombine/strrchr-1.ll
index 854ce45bff..a0bdb22930 100644
--- a/test/Transforms/InstCombine/strrchr-1.ll
+++ b/test/Transforms/InstCombine/strrchr-1.ll
@@ -43,7 +43,7 @@ define void @test_simplify3() {
}
define void @test_nosimplify1(i32 %chr) {
-; CHECK: @test_nosimplify1
+; CHECK-LABEL: @test_nosimplify1(
; CHECK: call i8* @strrchr
; CHECK: ret void