Correction. Use explicit target triple in the test.
authorGalina Kistanova <gkistanova@gmail.com>
Thu, 12 May 2011 21:55:34 +0000 (21:55 +0000)
committerGalina Kistanova <gkistanova@gmail.com>
Thu, 12 May 2011 21:55:34 +0000 (21:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131252 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll

index 998f171e5e4b7bdf31deb63ec6beb987a985e773..0a157c96b31ffb0f8202b666815faf96051e61db 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc -O1 -march=arm -mattr=+vfp2 -float-abi=hard < %s | FileCheck %s
+; RUN: llc -O1 -march=arm -mattr=+vfp2 -mtriple=arm-linux-gnueabi < %s | FileCheck %s
 ; pr4939
 
 define void @test(double* %x, double* %y) nounwind {