1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

Fix test from r248825.

llvm-svn: 248827
This commit is contained in:
Chad Rosier 2015-09-29 20:50:15 +00:00
parent 494d7af9b6
commit 45e06ab1c4

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)