From: Jonas Paulsson Date: Fri, 21 Jul 2017 13:14:17 +0000 (+0000) Subject: [SystemZ] test update X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79ce69da4c5b269895254011e0e74256de309098;p=llvm [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 --- 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