diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-08-20 09:14:46 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-08-20 09:14:46 +0000 |
commit | 7a4dd51e12ff5acea330800972eaa4a75ceea341 (patch) | |
tree | 4571b3074ca6cd32aec638d652a1cda69ab228ac | |
parent | 9608ed1311ca15fc43ee09dabea97d12f32485a4 (diff) | |
download | external_llvm-7a4dd51e12ff5acea330800972eaa4a75ceea341.zip external_llvm-7a4dd51e12ff5acea330800972eaa4a75ceea341.tar.gz external_llvm-7a4dd51e12ff5acea330800972eaa4a75ceea341.tar.bz2 |
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
-rw-r--r-- | test/CodeGen/SystemZ/asm-17.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/asm-17.ll b/test/CodeGen/SystemZ/asm-17.ll index 86b0bbf..7bc9da3 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 |