[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / bitcast-vec-canon.ll
index 6bb986a2eb94d2b7f92cca91b479a4f71ec0d61f..d27765e89424f3a63f6941f833a48127032e9fab 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep element | count 4
+; RUN: opt < %s -instcombine -S | grep element | count 4
 
 define double @a(<1 x i64> %y) {
   %c = bitcast <1 x i64> %y to double