[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / apint-sub.ll
index 2ff763c9f5f891a80ba47b333496f5a43d08fc91..df8ec52b5abd85e4c0185c3a89e699084b314489 100644 (file)
@@ -2,8 +2,8 @@
 ; even with arbitrary precision integers.
 ;
 
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | \
-; RUN:   grep -v {sub i19 %Cok, %Bok} | grep -v {sub i25 0, %Aok} | not grep sub
+; RUN: opt < %s -instcombine -S | \
+; RUN:   grep -v "sub i19 %Cok, %Bok" | grep -v "sub i25 0, %Aok" | not grep sub
 ; END.
 
 define i23 @test1(i23 %A) {