AsmWriter/Bitcode: MDSubprogram
[oota-llvm.git] / test / Assembler / 2002-08-19-BytecodeReader.ll
index e42cda0baa07a6723052ca6c0b30c255ff59687e..0722885ea9fa698db8ae29e85dc038ddd633966d 100644 (file)
@@ -1,7 +1,8 @@
 ; Testcase that seems to break the bytecode reader.  This comes from the
 ; "crafty" spec benchmark.
 ;
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | llvm-as
+; RUN: opt < %s -instcombine | llvm-dis
+; RUN: verify-uselistorder %s
        
 %CHESS_POSITION = type { i32, i32 }
 @pawn_probes = external global i32             ; <i32*> [#uses=0]