[llvm-commits] [llvm] r131252 - /llvm/trunk/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll

Galina Kistanova gkistanova at gmail.com
Thu May 12 14:55:35 PDT 2011


Author: gkistanova
Date: Thu May 12 16:55:34 2011
New Revision: 131252

URL: http://llvm.org/viewvc/llvm-project?rev=131252&view=rev
Log:
Correction. Use explicit target triple in the test.

Modified:
    llvm/trunk/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll

Modified: llvm/trunk/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll?rev=131252&r1=131251&r2=131252&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll Thu May 12 16:55:34 2011
@@ -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 {





More information about the llvm-commits mailing list