summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2017-07-21 13:14:17 +0000
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2017-07-21 13:14:17 +0000
commit79ce69da4c5b269895254011e0e74256de309098 (patch)
tree9de58e8fb3d84cbecb739ee22f1a2a336f8c1fa5 /test/CodeGen/SystemZ
parented69aeeaad2cfea56c10be20d1a5677df443c83e (diff)
[SystemZ] test update
test/CodeGen/SystemZ/loop-01.ll was incorrectly updated by r308729. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ')
-rw-r--r--test/CodeGen/SystemZ/loop-01.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/loop-01.ll b/test/CodeGen/SystemZ/loop-01.ll
index 79afc7f4198..72fd8aa185f 100644
--- a/test/CodeGen/SystemZ/loop-01.ll
+++ b/test/CodeGen/SystemZ/loop-01.ll
@@ -9,7 +9,7 @@
define void @f1(i32 *%dest, i32 %a) {
; CHECK-LABEL: f1:
; CHECK-NOT: sllg
-; CHECK: st %r3, 400({{%r[1-5],%r[1-5]}})
+; CHECK: st %r3, 0({{%r[1-5],%r[1-5]}})
; CHECK: br %r14
entry:
br label %loop