diff options
| author | Tim Northover <tnorthover@apple.com> | 2018-07-18 21:32:49 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2018-07-18 21:32:49 +0000 |
| commit | da142d10d9b71ef6d278e6f45fd3692e7c66948d (patch) | |
| tree | 1338a1cec23cc4221b84be093b79d6f25aa81c70 /llvm/test/CodeGen/ARM/darwin-eabi.ll | |
| parent | 71812e300106f66e85f99b8939d432dc3529f24b (diff) | |
| download | bcm5719-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.ll | 2 |
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 } |

