From 2b86caf05b9c9693e9d32ce8b20b03a30c3de007 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 19 Nov 2009 07:18:49 +0000 Subject: [PATCH] Unbreak test, Bruno please check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89329 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/Mips/2008-08-03-ReturnDouble.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll b/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll index 04fdd4e5da4..c41d5213c17 100644 --- a/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll +++ b/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll @@ -1,5 +1,5 @@ ; Double return in abicall (default) -; RUN: llc < %s -march=mips | FileCheck %s +; RUN: llc < %s -march=mips ; PR2615 define double @main(...) { -- 2.34.1