Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[oota-llvm.git] / test / Transforms / ADCE / 2002-07-29-Segfault.ll
1 ; RUN: opt < %s -adce -disable-output
2
3 define void @test() {
4         br label %BB3
5
6 BB3:            ; preds = %BB3, %0
7         br label %BB3
8 }
9