summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/memcmp-2.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Transforms/InstCombine/memcmp-2.ll')
-rw-r--r--test/Transforms/InstCombine/memcmp-2.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/InstCombine/memcmp-2.ll b/test/Transforms/InstCombine/memcmp-2.ll
index 3796117bc2..bed62eb3fb 100644
--- a/test/Transforms/InstCombine/memcmp-2.ll
+++ b/test/Transforms/InstCombine/memcmp-2.ll
@@ -9,7 +9,7 @@ declare i32* @memcmp(i8*, i8*, i32)
; Check that memcmp functions with the wrong prototype aren't simplified.
define i32* @test_no_simplify1(i8* %mem, i32 %size) {
-; CHECK: @test_no_simplify1
+; CHECK-LABEL: @test_no_simplify1(
%ret = call i32* @memcmp(i8* %mem, i8* %mem, i32 %size)
; CHECK-NEXT: call i32* @memcmp
ret i32* %ret