X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FOther%2F2008-10-06-RemoveDeadPass.ll;h=7cec2c57c2f62affc5720b74f0568ffcd97fdfd9;hb=d1d73b03afec3475dc8e1f2c2de6945116c9581d;hp=a82d1b6f4b778f5923a89c1d9654c14d4087d08d;hpb=617fddf51c2aa6822281f0b52e700ffb1f15ed8d;p=oota-llvm.git diff --git a/test/Other/2008-10-06-RemoveDeadPass.ll b/test/Other/2008-10-06-RemoveDeadPass.ll index a82d1b6f4b7..7cec2c57c2f 100644 --- a/test/Other/2008-10-06-RemoveDeadPass.ll +++ b/test/Other/2008-10-06-RemoveDeadPass.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | opt -inline -internalize -disable-output +; RUN: opt < %s -inline -internalize -disable-output define void @foo() nounwind { ret void }