[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Mem2Reg / 2005-06-30-ReadBeforeWrite.ll
index 369817cff2b4c15020aac810e77405054bbc28b7..74355961fbf94732ab610f78c05496045c469e9a 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt %s -mem2reg -instcombine | llvm-dis | grep store
+; RUN: opt < %s -mem2reg -instcombine -S | grep store
 ; PR590