summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/floorf.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-08-14 00:56:06 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-08-14 00:56:06 +0000
commit12512631440ffe5f01a44fc2db0b2edaaa582914 (patch)
treef2cf5459dbe82344ab538955b18623befa34eb82 /test/CodeGen/ARM/floorf.ll
parent7c626d30974c632ab500171ff185a24bcf2603bf (diff)
downloadllvm-12512631440ffe5f01a44fc2db0b2edaaa582914.tar.gz
llvm-12512631440ffe5f01a44fc2db0b2edaaa582914.tar.bz2
llvm-12512631440ffe5f01a44fc2db0b2edaaa582914.tar.xz
llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, or it fails on msvc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161825 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/floorf.ll')
-rw-r--r--test/CodeGen/ARM/floorf.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/floorf.ll b/test/CodeGen/ARM/floorf.ll
index 29f43fdfb3..492fc36d28 100644
--- a/test/CodeGen/ARM/floorf.ll
+++ b/test/CodeGen/ARM/floorf.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=arm < %s | FileCheck %s
+; RUN: llc -mtriple=arm-unknown-unknown < %s | FileCheck %s
; CHECK: test1
define float @test1() nounwind uwtable readnone ssp {