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