[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Inline / 2009-01-08-NoInlineDynamicAlloca.ll
index 14840bac676dc981e3c9ff82da61143649734852..db2a799225b991196dcc64f980d0e69d6aa65ff1 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | opt -inline | llvm-dis | grep call
+; RUN: opt < %s -inline -S | grep call
 ; Do not inline calls to variable-sized alloca.
 
 @q = common global i8* null            ; <i8**> [#uses=1]