diff options
Diffstat (limited to 'test/CodeGen')
| -rw-r--r-- | test/CodeGen/SystemZ/05-LoadAddr.ll | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/CodeGen/SystemZ/05-LoadAddr.ll b/test/CodeGen/SystemZ/05-LoadAddr.ll new file mode 100644 index 0000000000..90f01c1d49 --- /dev/null +++ b/test/CodeGen/SystemZ/05-LoadAddr.ll @@ -0,0 +1,12 @@ + + + .text + .align 4 + .globl foo + .type foo,@function +foo: +.BB1_0: # entry + sllg %r1, %r3, 3 + lay %r2, 8(%r1,%r2) + br %r14 + .size foo, .-foo |
