[llvm-commits] [llvm] r89329 - /llvm/trunk/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
Daniel Dunbar
daniel at zuster.org
Wed Nov 18 23:18:49 PST 2009
Author: ddunbar
Date: Thu Nov 19 01:18:49 2009
New Revision: 89329
URL: http://llvm.org/viewvc/llvm-project?rev=89329&view=rev
Log:
Unbreak test, Bruno please check.
Modified:
llvm/trunk/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
Modified: llvm/trunk/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll?rev=89329&r1=89328&r2=89329&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll (original)
+++ llvm/trunk/test/CodeGen/Mips/2008-08-03-ReturnDouble.ll Thu Nov 19 01:18:49 2009
@@ -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(...) {
More information about the llvm-commits
mailing list