Author: djg
Date: Tue Dec 11 09:41:11 2007
New Revision: 44865

URL: http://llvm.org/viewvc/llvm-project?rev=44865&view=rev
Log:
Don't redirect stderr when it isn't needed.

Modified:
    llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll
    llvm/trunk/test/Assembler/2007-04-20-AlignedStore.ll

Modified: llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll?rev=44865&r1=44864&r2=44865&view=diff

==============================================================================
--- llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll (original)
+++ llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll Tue Dec 11 09:41:11 2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llvm-dis |& grep {align 1024}
+; RUN: llvm-as < %s | llvm-dis | grep {align 1024}
 
 define i32 @test(i32* %arg) {
 entry:

Modified: llvm/trunk/test/Assembler/2007-04-20-AlignedStore.ll
URL: 
http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2007-04-20-AlignedStore.ll?rev=44865&r1=44864&r2=44865&view=diff

==============================================================================
--- llvm/trunk/test/Assembler/2007-04-20-AlignedStore.ll (original)
+++ llvm/trunk/test/Assembler/2007-04-20-AlignedStore.ll Tue Dec 11 09:41:11 
2007
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s |& llvm-dis | grep {align 1024}
+; RUN: llvm-as < %s | llvm-dis | grep {align 1024}
 
 define void @test(i32* %arg) {
 entry:


_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to