diff options
Diffstat (limited to 'test/CodeGen/SystemZ/call-02.ll')
-rw-r--r-- | test/CodeGen/SystemZ/call-02.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/call-02.ll b/test/CodeGen/SystemZ/call-02.ll index 07dd67bab1b67..5f14d12249f53 100644 --- a/test/CodeGen/SystemZ/call-02.ll +++ b/test/CodeGen/SystemZ/call-02.ll @@ -4,7 +4,7 @@ ; We must allocate 160 bytes for the callee and save and restore %r14. define i64 @f1(i64() *%bar) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: stmg %r14, %r15, 112(%r15) ; CHECK: aghi %r15, -160 ; CHECK: basr %r14, %r2 |