llvm/test/CodeGen/ARM/floorf.ll: Add explicit -mtriple=arm-unknown-unknown, or it...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 14 Aug 2012 00:56:06 +0000 (00:56 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Tue, 14 Aug 2012 00:56:06 +0000 (00:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@161825 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/floorf.ll

index 29f43fdfb39d3da4f57aeb7711d865a4520c1f73..492fc36d2800cd7e00533d41031457232cdb79de 100644 (file)
@@ -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 {