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/CellSPU | |
parent | ba7b890d0b8ca554fac24d24f8c17cb93adc3abc (diff) | |
download | external_llvm-5f91a99427c0be5899835fc6407c6e55bfcd606d.zip external_llvm-5f91a99427c0be5899835fc6407c6e55bfcd606d.tar.gz external_llvm-5f91a99427c0be5899835fc6407c6e55bfcd606d.tar.bz2 |
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/CellSPU')
-rw-r--r-- | test/CodeGen/CellSPU/fcmp32.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/CellSPU/fcmp32.ll b/test/CodeGen/CellSPU/fcmp32.ll index b2a7317..f6b028d 100644 --- a/test/CodeGen/CellSPU/fcmp32.ll +++ b/test/CodeGen/CellSPU/fcmp32.ll @@ -1,4 +1,4 @@ -; RUN: llc --march=cellspu %s -o - | FileCheck %s +; RUN: llc --mtriple=cellspu-unknown-elf %s -o - | FileCheck %s ; Exercise the floating point comparison operators for f32: |