summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fpconv.ll
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2010-11-17 21:57:32 +0000
committerDale Johannesen <dalej@apple.com>2010-11-17 21:57:32 +0000
commit0659c8f157e79084211cb6c667d82226546013ca (patch)
treeb8c121dad487b76cd7d1692919bc75715b03bc37 /llvm/test/CodeGen/ARM/fpconv.ll
parentd09f711dc23f13a9ea98bfd2583c5f1f7d55523a (diff)
downloadbcm5719-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/fpconv.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fpconv.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fpconv.ll b/llvm/test/CodeGen/ARM/fpconv.ll
index bf197a46cb7..1b4c008bb77 100644
--- a/llvm/test/CodeGen/ARM/fpconv.ll
+++ b/llvm/test/CodeGen/ARM/fpconv.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s --check-prefix=CHECK-VFP
-; RUN: llc < %s -march=arm | FileCheck %s
+; RUN: llc < %s -mtriple=arm-apple-darwin | FileCheck %s
define float @f1(double %x) {
;CHECK-VFP: f1:
OpenPOWER on IntegriCloud