X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FTransforms%2FInline%2Finline_dce.ll;h=5143d0249421c30d2eed2b959c28f8a8d0669e15;hb=9f0a2a8bd546750904c519a26a0b5f54017153e0;hp=dd971bee9300d7129e3a470b8d58cc1c09cf4153;hpb=fddaa3193cd1bb2ef1f561efc5b7b6dbefeec7ee;p=oota-llvm.git diff --git a/test/Transforms/Inline/inline_dce.ll b/test/Transforms/Inline/inline_dce.ll index dd971bee930..5143d024942 100644 --- a/test/Transforms/Inline/inline_dce.ll +++ b/test/Transforms/Inline/inline_dce.ll @@ -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) {