diff options
Diffstat (limited to 'test/Assembler')
-rw-r--r-- | test/Assembler/2002-08-19-BytecodeReader.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Assembler/2002-08-19-BytecodeReader.ll b/test/Assembler/2002-08-19-BytecodeReader.ll index 567e9de..e211014 100644 --- a/test/Assembler/2002-08-19-BytecodeReader.ll +++ b/test/Assembler/2002-08-19-BytecodeReader.ll @@ -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] |