diff options
Diffstat (limited to 'test/CodeGen/SystemZ/la-04.ll')
-rw-r--r-- | test/CodeGen/SystemZ/la-04.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/la-04.ll b/test/CodeGen/SystemZ/la-04.ll index 4c3636481e7d..4d47308e04ba 100644 --- a/test/CodeGen/SystemZ/la-04.ll +++ b/test/CodeGen/SystemZ/la-04.ll @@ -4,7 +4,7 @@ ; Do some arbitrary work and return the address of the following label. define i8 *@f1(i8 *%addr) { -; CHECK: f1: +; CHECK-LABEL: f1: ; CHECK: mvi 0(%r2), 1 ; CHECK: [[LABEL:\.L.*]]: ; CHECK: larl %r2, [[LABEL]] |