From: Daniel Dunbar Date: Thu, 19 Nov 2009 07:18:49 +0000 (+0000) Subject: Unbreak test, Bruno please check. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2b86caf05b9c9693e9d32ce8b20b03a30c3de007;p=oota-llvm.git Unbreak test, Bruno please check. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89329 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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(...) {