[llvm-commits] [llvm] r44343 - /llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll

Dan Gohman djg at cray.com
Mon Nov 26 16:07:34 PST 2007


Author: djg
Date: Mon Nov 26 18:07:33 2007
New Revision: 44343

URL: http://llvm.org/viewvc/llvm-project?rev=44343&view=rev
Log:
Don't redirect llvm-as's stderr to llvm-dis.
Change grep '' to grep {}.

Modified:
    llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.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=44343&r1=44342&r2=44343&view=diff

==============================================================================
--- llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll (original)
+++ llvm/trunk/test/Assembler/2007-04-20-AlignedLoad.ll Mon Nov 26 18:07:33 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:





More information about the llvm-commits mailing list