diff options
author | Dale Johannesen <dalej@apple.com> | 2010-11-17 21:57:32 +0000 |
---|---|---|
committer | Dale Johannesen <dalej@apple.com> | 2010-11-17 21:57:32 +0000 |
commit | 0659c8f157e79084211cb6c667d82226546013ca (patch) | |
tree | b8c121dad487b76cd7d1692919bc75715b03bc37 /llvm/test/CodeGen/ARM/fpcmp_ueq.ll | |
parent | d09f711dc23f13a9ea98bfd2583c5f1f7d55523a (diff) | |
download | bcm5719-llvm-0659c8f157e79084211cb6c667d82226546013ca.tar.gz bcm5719-llvm-0659c8f157e79084211cb6c667d82226546013ca.zip |
These tests are looking for library function names that
appear to differ on Linux. Try to make them pass on Linux.
Would be good for a Linux person to review this.
llvm-svn: 119572
Diffstat (limited to 'llvm/test/CodeGen/ARM/fpcmp_ueq.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/fpcmp_ueq.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fpcmp_ueq.ll b/llvm/test/CodeGen/ARM/fpcmp_ueq.ll index 20eaa1340c3..2e6b3e3167a 100644 --- a/llvm/test/CodeGen/ARM/fpcmp_ueq.ll +++ b/llvm/test/CodeGen/ARM/fpcmp_ueq.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=arm | grep moveq +; RUN: llc < %s -mtriple=arm-apple-darwin | grep moveq ; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s define i32 @f7(float %a, float %b) { |