[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / zero-point-zero-add.ll
index adb28e4d5c7fc8ed06b02c7d8db5c2f5908ead01..d07a9f4b9de0605c822794e3644d65f02903e8d4 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 0.0 | count 1
+; RUN: opt < %s -instcombine -S | grep 0.0 | count 1
 
 declare double @abs(double)