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/Hexagon | |
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/Hexagon')
-rw-r--r-- | test/CodeGen/Hexagon/opt-fabs.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Hexagon/opt-fabs.ll b/test/CodeGen/Hexagon/opt-fabs.ll index f1a66f4e65..31b56fd6e9 100644 --- a/test/CodeGen/Hexagon/opt-fabs.ll +++ b/test/CodeGen/Hexagon/opt-fabs.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=hexagon -mcpu=hexagonv5 < %s | FileCheck %s +; RUN: llc -mtriple=hexagon-unknown-elf -mcpu=hexagonv5 < %s | FileCheck %s ; Optimize fabsf to clrbit in V5. ; CHECK: r{{[0-9]+}} = clrbit(r{{[0-9]+}}, #31) |