[llvm-commits] [llvm] r81539 - /llvm/trunk/test/Assembler/2002-08-19-BytecodeReader.ll

Dan Gohman gohman at apple.com
Fri Sep 11 11:16:44 PDT 2009


Author: djg
Date: Fri Sep 11 13:16:43 2009
New Revision: 81539

URL: http://llvm.org/viewvc/llvm-project?rev=81539&view=rev
Log:
Fix this test to test what it was originally intended to test.

Modified:
    llvm/trunk/test/Assembler/2002-08-19-BytecodeReader.ll

Modified: llvm/trunk/test/Assembler/2002-08-19-BytecodeReader.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Assembler/2002-08-19-BytecodeReader.ll?rev=81539&r1=81538&r2=81539&view=diff

==============================================================================
--- llvm/trunk/test/Assembler/2002-08-19-BytecodeReader.ll (original)
+++ llvm/trunk/test/Assembler/2002-08-19-BytecodeReader.ll Fri Sep 11 13:16:43 2009
@@ -1,7 +1,7 @@
 ; Testcase that seems to break the bytecode reader.  This comes from the
 ; "crafty" spec benchmark.
 ;
-; RUN: opt < %s -instcombine -S | llvm-as
+; RUN: opt < %s -instcombine | llvm-dis
 	
 %CHESS_POSITION = type { i32, i32 }
 @pawn_probes = external global i32		; <i32*> [#uses=0]





More information about the llvm-commits mailing list