Fix test from r248825.

llvm-svn: 248827
This commit is contained in:
Chad Rosier 2015-09-29 20:50:15 +00:00
parent 9e8ea3599e
commit 1769d8505f
1 changed files with 1 additions and 1 deletions

View File

@ -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)