Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / Transforms / GlobalDCE / 2002-07-17-CastRef.ll
blob37356f25948d57a7102a043f87278885af4cdfbd
1 ; RUN: opt < %s -globaldce
3 define internal void @func() {
4         ret void
7 define void @main() {
8         %X = bitcast void ()* @func to i32*             ; <i32*> [#uses=0]
9         ret void