From: Galina Kistanova Date: Thu, 12 May 2011 21:55:34 +0000 (+0000) Subject: Correction. Use explicit target triple in the test. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60bf5c3197c235a9965f887d95f40d6ba26b7172;p=oota-llvm.git Correction. Use explicit target triple in the test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131252 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll b/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll index 998f171e5e4..0a157c96b31 100644 --- a/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll +++ b/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll @@ -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 {