[llvm-commits] [llvm] r103434 - /llvm/trunk/test/Other/2010-05-60-Printer.ll
Chris Lattner
sabre at nondot.org
Mon May 10 14:23:48 PDT 2010
Author: lattner
Date: Mon May 10 16:23:48 2010
New Revision: 103434
URL: http://llvm.org/viewvc/llvm-project?rev=103434&view=rev
Log:
this really is needed. :(
Modified:
llvm/trunk/test/Other/2010-05-60-Printer.ll
Modified: llvm/trunk/test/Other/2010-05-60-Printer.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Other/2010-05-60-Printer.ll?rev=103434&r1=103433&r2=103434&view=diff
==============================================================================
--- llvm/trunk/test/Other/2010-05-60-Printer.ll (original)
+++ llvm/trunk/test/Other/2010-05-60-Printer.ll Mon May 10 16:23:48 2010
@@ -1,4 +1,4 @@
-; RUN: llc -O2 -print-after-all < %s
+; RUN: llc -O2 -print-after-all < %s 2>&1
define void @tester(){
ret void
More information about the llvm-commits
mailing list