new testcase
[oota-llvm.git] / test / Transforms / Inline / inline_dce.ll
index 7299d36c283cfff32084649efaac353168aa7460..bcad01c88327feed2d500ce062d0610accf13360 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: as < %s | opt -inline | dis | not grep %reallysmall
+; RUN: llvm-as < %s | opt -inline | llvm-dis | not grep %reallysmall
 
 implementation