[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / GVN / basic.ll
index 8c72e78533f325d7bb4830d5755923cec3dbcf26..6f4aace45fde86c0d236afe3aefbce3425029ca7 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -gvn | llvm-dis | not grep {%z2 =}
+; RUN: opt < %s -gvn -S | not grep "%z2 ="
 
 define i32 @main() {
 block1:
@@ -7,4 +7,4 @@ block1:
 block2:
   %z2 = bitcast i32 0 to i32
   ret i32 %z2
-}
\ No newline at end of file
+}