[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / 2008-02-16-SDivOverflow.ll
index 65c7351d3b797c0779b04519cc0cb2ee02aa2260..917d3d9436bc5214d6bd237655a4dbb55e73bb04 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -instcombine | llvm-dis | grep {ret i.* 0} | count 2
+; RUN: opt < %s -instcombine -S | grep "ret i.* 0" | count 2
 ; PR2048
 
 define i32 @i(i32 %a) {