summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fparith.ll
diff options
context:
space:
mode:
authorBob Wilson <bob.wilson@apple.com>2012-08-08 20:31:37 +0000
committerBob Wilson <bob.wilson@apple.com>2012-08-08 20:31:37 +0000
commit4c65c505e0903836980242291bc4913858d5ad7d (patch)
treebcb1a6e5c18f1d5357770251b77aa01c3a7be3b5 /llvm/test/CodeGen/ARM/fparith.ll
parent3ed0bd9938979ff924a9961ae0a34b2725da3e9a (diff)
downloadbcm5719-llvm-4c65c505e0903836980242291bc4913858d5ad7d.tar.gz
bcm5719-llvm-4c65c505e0903836980242291bc4913858d5ad7d.zip
Add test triples to fix win32 failures. Revert workaround from r161292.
I don't have a win32 system to test, so hopefully I got them all fixed here. llvm-svn: 161519
Diffstat (limited to 'llvm/test/CodeGen/ARM/fparith.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fparith.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fparith.ll b/llvm/test/CodeGen/ARM/fparith.ll
index a8bae3b9519..40ea33beceb 100644
--- a/llvm/test/CodeGen/ARM/fparith.ll
+++ b/llvm/test/CodeGen/ARM/fparith.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-ios -mattr=+vfp2 | FileCheck %s
define float @f1(float %a, float %b) {
;CHECK: f1:
OpenPOWER on IntegriCloud