From 60bf5c3197c235a9965f887d95f40d6ba26b7172 Mon Sep 17 00:00:00 2001 From: Galina Kistanova Date: Thu, 12 May 2011 21:55:34 +0000 Subject: [PATCH] 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 --- test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {