summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/darwin-eabi.ll
diff options
context:
space:
mode:
authorTim Northover <tnorthover@apple.com>2018-07-18 21:32:49 +0000
committerTim Northover <tnorthover@apple.com>2018-07-18 21:32:49 +0000
commitda142d10d9b71ef6d278e6f45fd3692e7c66948d (patch)
tree1338a1cec23cc4221b84be093b79d6f25aa81c70 /llvm/test/CodeGen/ARM/darwin-eabi.ll
parent71812e300106f66e85f99b8939d432dc3529f24b (diff)
downloadbcm5719-llvm-da142d10d9b71ef6d278e6f45fd3692e7c66948d.tar.gz
bcm5719-llvm-da142d10d9b71ef6d278e6f45fd3692e7c66948d.zip
Revert "ARM: switch armv7em triple to hard-float defaults and libcalls."
This reverts commit r337385 until it can be targeted at MachO only. llvm-svn: 337424
Diffstat (limited to 'llvm/test/CodeGen/ARM/darwin-eabi.ll')
-rw-r--r--llvm/test/CodeGen/ARM/darwin-eabi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/darwin-eabi.ll b/llvm/test/CodeGen/ARM/darwin-eabi.ll
index 5329f3898ea..5301c0b38a7 100644
--- a/llvm/test/CodeGen/ARM/darwin-eabi.ll
+++ b/llvm/test/CodeGen/ARM/darwin-eabi.ll
@@ -20,5 +20,5 @@ define double @double_op(double %lhs, double %rhs) {
; CHECK-M3: bl ___adddf3
; CHECK-M4-LABEL: double_op:
-; CHECK-M4: {{(bl|blx|b.w)}} ___adddf3
+; CHECK-M4: {{(blx|b.w)}} ___adddf3
}
OpenPOWER on IntegriCloud