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