[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / InstCombine / simplify-demanded-bits-pointer.ll
index d399799f49c4a34b8eacc18d04560e00a729d082..6d2193fe448aeb5b891365e161397703a98e9ad3 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -instcombine
+; RUN: opt < %s -instcombine -disable-output
 
 ; SimplifyDemandedBits should cope with pointer types.