aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/arm-modifier.ll
diff options
context:
space:
mode:
authorWeiming Zhao <weimingz@codeaurora.org>2013-02-13 23:24:40 +0000
committerWeiming Zhao <weimingz@codeaurora.org>2013-02-13 23:24:40 +0000
commitc0c2816fb3d137c096d0bd20b8ad2d92ce25a976 (patch)
treeb304cc9ee5cb904e50928bcd22e001102af8b993 /test/CodeGen/ARM/arm-modifier.ll
parent17fe48ce6ee694eb1fb29804f4cba3dbea5e9248 (diff)
downloadexternal_llvm-c0c2816fb3d137c096d0bd20b8ad2d92ce25a976.zip
external_llvm-c0c2816fb3d137c096d0bd20b8ad2d92ce25a976.tar.gz
external_llvm-c0c2816fb3d137c096d0bd20b8ad2d92ce25a976.tar.bz2
temporarily revert the patch due to some conflicts
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175107 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/arm-modifier.ll')
-rw-r--r--test/CodeGen/ARM/arm-modifier.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/arm-modifier.ll b/test/CodeGen/ARM/arm-modifier.ll
index c747016..5e12d8e 100644
--- a/test/CodeGen/ARM/arm-modifier.ll
+++ b/test/CodeGen/ARM/arm-modifier.ll
@@ -61,7 +61,8 @@ ret void
define i64 @f4(i64* %val) nounwind {
entry:
;CHECK: f4
- ;CHECK: ldrexd [[REG1:(r[0-9]?[02468])]], {{r[0-9]?[13579]}}, [r{{[0-9]+}}]
+ ;CHECK: ldrexd [[REG1:(r[0-9]?[02468])]], {{r[0-9]?[13579]}}, [r0]
+ ;CHECK: mov r0, [[REG1]]
%0 = tail call i64 asm sideeffect "ldrexd $0, ${0:H}, [$1]", "=&r,r,*Qo"(i64* %val, i64* %val) nounwind
ret i64 %0
}