summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2015-09-29 20:50:15 +0000
committerChad Rosier <mcrosier@codeaurora.org>2015-09-29 20:50:15 +0000
commit5518a74f1f5e3f75e41fb2378c927218f6146f7e (patch)
tree186cbc78bd2ddd483e06e1d09b0cef97f79e4fce
parent091da33963209a7cd056d339402c7a0a44e7cdf8 (diff)
Fix test from r248825.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248827 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/AArch64/arm64-ldp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/AArch64/arm64-ldp.ll b/test/CodeGen/AArch64/arm64-ldp.ll
index 1ad021032c1..ec6e8cfe592 100644
--- a/test/CodeGen/AArch64/arm64-ldp.ll
+++ b/test/CodeGen/AArch64/arm64-ldp.ll
@@ -330,7 +330,7 @@ define i64 @pairUpNotAlignedSext(i32* %a) nounwind ssp {
declare void @use-ptr(i32*)
; CHECK: ldp_sext_int_pre
-; CHECK: ldpsw x{{[0-9]+}}, x{{[0-9]+}}, [x0, #8]
+; CHECK: ldpsw x{{[0-9]+}}, x{{[0-9]+}}, [x{{[0-9]+}}, #8]
define i64 @ldp_sext_int_pre(i32* %p) nounwind {
%ptr = getelementptr inbounds i32, i32* %p, i64 2
call void @use-ptr(i32* %ptr)