summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/GVN/malloc-load-removal.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Transforms/GVN/malloc-load-removal.ll')
-rw-r--r--llvm/test/Transforms/GVN/malloc-load-removal.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/Transforms/GVN/malloc-load-removal.ll b/llvm/test/Transforms/GVN/malloc-load-removal.ll
index 66b6929d303..e93a62a6c78 100644
--- a/llvm/test/Transforms/GVN/malloc-load-removal.ll
+++ b/llvm/test/Transforms/GVN/malloc-load-removal.ll
@@ -21,11 +21,11 @@ if.then: ; preds = %entry
if.end: ; preds = %if.then, %entry
ret i8* %call
-; CHECK: @test
+; CHECK-LABEL: @test(
; CHECK-NOT: load
; CHECK-NOT: icmp
-; CHECK_NO_LIBCALLS: @test
+; CHECK_NO_LIBCALLS-LABEL: @test(
; CHECK_NO_LIBCALLS: load
; CHECK_NO_LIBCALLS: icmp
}
OpenPOWER on IntegriCloud