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 | 5f91a99427c0be5899835fc6407c6e55bfcd606d (patch) | |
tree | 1212b7bb26ba438a0d58e4f0e041462c252bdf48 /test/CodeGen/ARM/fparith.ll | |
parent | ba7b890d0b8ca554fac24d24f8c17cb93adc3abc (diff) |
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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161519 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/fparith.ll')
-rw-r--r-- | test/CodeGen/ARM/fparith.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/fparith.ll b/test/CodeGen/ARM/fparith.ll index a8bae3b951..40ea33bece 100644 --- a/test/CodeGen/ARM/fparith.ll +++ b/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: |