From: Chad Rosier Date: Tue, 29 Sep 2015 20:50:15 +0000 (+0000) Subject: Fix test from r248825. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=5518a74f1f5e3f75e41fb2378c927218f6146f7e Fix test from r248825. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248827 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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)