Disallow the undocumented practice of starting the datalayout string with '-'.
[oota-llvm.git] / test / Transforms / Inline / inline_dce.ll
index 1b861ca855596d7a5e56bf84743dff74058a514a..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 | llvm-dis | \
+; RUN: opt < %s -inline -S | \
 ; RUN:   not grep @reallysmall
 
 define internal i32 @reallysmall(i32 %A) {