Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / Other / 2008-10-06-RemoveDeadPass.ll
blobaecdbcee169b8fa9ecf45f1257ba134c0996743a
1 ; RUN: opt < %s -passes='cgscc(inline)',internalize -disable-output
2 define void @foo() nounwind {
3   ret void
6 define void @main(...) nounwind {
7   call void @foo()
8   ret void