llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, or it fails on msvc.

llvm-svn: 161825
This commit is contained in:
NAKAMURA Takumi 2012-08-14 00:56:06 +00:00
parent 18d674522d
commit 245920463d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc -march=arm < %s | FileCheck %s ; RUN: llc -mtriple=arm-unknown-unknown < %s | FileCheck %s
; CHECK: test1 ; CHECK: test1
define float @test1() nounwind uwtable readnone ssp { define float @test1() nounwind uwtable readnone ssp {