From f8af5cf600354830d4ccf59732403f0f073eccb9 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 22 Dec 2013 00:04:03 +0000 Subject: Vendor import of llvm release_34 branch r197841 (effectively, 3.4 RC3): https://llvm.org/svn/llvm-project/llvm/branches/release_34@197841 --- test/CodeGen/SystemZ/call-01.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/SystemZ/call-01.ll') diff --git a/test/CodeGen/SystemZ/call-01.ll b/test/CodeGen/SystemZ/call-01.ll index 1b9172bdd819..42b6afdd98d4 100644 --- a/test/CodeGen/SystemZ/call-01.ll +++ b/test/CodeGen/SystemZ/call-01.ll @@ -6,7 +6,7 @@ declare i64 @bar() ; We must allocate 160 bytes for the callee and save and restore %r14. define i64 @f1() { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: stmg %r14, %r15, 112(%r15) ; CHECK: aghi %r15, -160 ; CHECK: brasl %r14, bar@PLT -- cgit v1.3