diff options
| author | Bob Wilson <bob.wilson@apple.com> | 2012-08-08 20:31:37 +0000 |
|---|---|---|
| committer | Bob Wilson <bob.wilson@apple.com> | 2012-08-08 20:31:37 +0000 |
| commit | 4c65c505e0903836980242291bc4913858d5ad7d (patch) | |
| tree | bcb1a6e5c18f1d5357770251b77aa01c3a7be3b5 /llvm/test/CodeGen/ARM/fparith.ll | |
| parent | 3ed0bd9938979ff924a9961ae0a34b2725da3e9a (diff) | |
| download | bcm5719-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.ll | 2 |
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: |

