Convert noalias parameter attributes into noalias metadata during inlining
[oota-llvm.git] / test / Transforms / Inline / inline_dce.ll
index dd971bee9300d7129e3a470b8d58cc1c09cf4153..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: llvm-as < %s | opt -inline | llvm-dis | \
+; RUN: opt < %s -inline -S | \
 ; RUN:   not grep @reallysmall
 
 define internal i32 @reallysmall(i32 %A) {