[x86] Fix disassembly of callw instruction
[oota-llvm.git] / test / Transforms / Inline / inline_dce.ll
index 632a9e4ca0dc591b4ce80a817d415df765ecfd48..5143d0249421c30d2eed2b959c28f8a8d0669e15 100644 (file)
@@ -1,7 +1,7 @@
 ; This checks to ensure that the inline pass deletes functions if they get 
 ; inlined into all of their callers.
 
-; RUN: opt %s -inline -S | \
+; RUN: opt %s -inline -S | \
 ; RUN:   not grep @reallysmall
 
 define internal i32 @reallysmall(i32 %A) {