aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/fold-stack-adjust.ll
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-04-01 22:08:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-01 22:08:43 +0000
commitaa840b12bb733c809e6e05a7f62ba2c24dbe766c (patch)
tree9348fc507292f7e8715d22d64ce5a32131b4f875 /test/CodeGen/ARM/fold-stack-adjust.ll
parent037f5289474a7ef6c130fa4971973349a0b2ec63 (diff)
parent3fa16bd6062e23bcdb82ed4dd965674792e6b761 (diff)
downloadexternal_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.zip
external_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.tar.gz
external_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.tar.bz2
am 3fa16bd6: Merge "Update aosp/master LLVM for rebase to r230699."
* commit '3fa16bd6062e23bcdb82ed4dd965674792e6b761': Update aosp/master LLVM for rebase to r230699.
Diffstat (limited to 'test/CodeGen/ARM/fold-stack-adjust.ll')
-rw-r--r--test/CodeGen/ARM/fold-stack-adjust.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fold-stack-adjust.ll b/test/CodeGen/ARM/fold-stack-adjust.ll
index 514d4a9..c5ff82e 100644
--- a/test/CodeGen/ARM/fold-stack-adjust.ll
+++ b/test/CodeGen/ARM/fold-stack-adjust.ll
@@ -71,7 +71,7 @@ define void @check_vfp_fold() minsize {
; CHECK-IOS-LABEL: check_vfp_fold:
; CHECK-IOS: push {r0, r1, r2, r3, r4, r7, lr}
; CHECK-IOS: sub.w r4, sp, #16
-; CHECK-IOS: bic r4, r4, #15
+; CHECK-IOS: bfc r4, #0, #4
; CHECK-IOS: mov sp, r4
; CHECK-IOS: vst1.64 {d8, d9}, [r4:128]
; ...