From be7a7e4979cf49d36906b0e11c420381fac08feb Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Fri, 21 Jul 2017 13:14:17 +0000 Subject: [PATCH] [SystemZ] test update test/CodeGen/SystemZ/loop-01.ll was incorrectly updated by r308729. llvm-svn: 308736 --- llvm/test/CodeGen/SystemZ/loop-01.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/SystemZ/loop-01.ll b/llvm/test/CodeGen/SystemZ/loop-01.ll index 79afc7f41983..72fd8aa185ff 100644 --- a/llvm/test/CodeGen/SystemZ/loop-01.ll +++ b/llvm/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