summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ/asm-17.ll
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-08-20 09:14:46 +0000
committerRichard Sandiford <rsandifo@linux.vnet.ibm.com>2013-08-20 09:14:46 +0000
commit7a4dd51e12ff5acea330800972eaa4a75ceea341 (patch)
tree4571b3074ca6cd32aec638d652a1cda69ab228ac /test/CodeGen/SystemZ/asm-17.ll
parent9608ed1311ca15fc43ee09dabea97d12f32485a4 (diff)
downloadllvm-7a4dd51e12ff5acea330800972eaa4a75ceea341.tar.gz
llvm-7a4dd51e12ff5acea330800972eaa4a75ceea341.tar.bz2
llvm-7a4dd51e12ff5acea330800972eaa4a75ceea341.tar.xz
Fix test typo and add usual "br %r14" test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188775 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/asm-17.ll')
-rw-r--r--test/CodeGen/SystemZ/asm-17.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/asm-17.ll b/test/CodeGen/SystemZ/asm-17.ll
index 86b0bbff95..7bc9da32ea 100644
--- a/test/CodeGen/SystemZ/asm-17.ll
+++ b/test/CodeGen/SystemZ/asm-17.ll
@@ -83,12 +83,13 @@ define float @f7(float %in) {
; Test that both registers in a GR128 pair get hoisted.
define void @f8(i32 %count) {
-; CHECK-LABE: f8
+; CHECK-LABEL: f8
; CHECK-DAG: lhi %r0, 0
; CHECK-DAG: lhi %r1, 1
; CHECK: %loop
; CHECK-NOT: %r
; CHECK: blah %r0, %r1
+; CHECK: br %r14
entry:
br label %loop