[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / GlobalOpt / storepointer-compare.ll
index 86eff51725265b7d4c3ff9c570cf943b36a25f11..09e20a8adb26f7e7f31bcb839090870a4a1ffbdf 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | opt -globalopt | llvm-dis | \
-; RUN:   grep {call void @Actual}
+; RUN: opt < %s -globalopt -S | \
+; RUN:   grep "call void @Actual"
 
 ; Check that a comparison does not prevent an indirect call from being made 
 ; direct.  The global will still remain, but indirect call elim is still good.