fix a globalopt crash on two Adobe-C++ testcases that the recent
[llvm.git] / test / Transforms / GlobalDCE / 2003-07-01-SelfReference.ll
blob738ec43aaeb1719b5bc31c76cfcd994511e317a5
1 ; distilled from 255.vortex
2 ; RUN: opt < %s -globaldce -S | not grep testfunc
4 declare i1 ()* @getfunc()
6 define internal i1 @testfunc() {
7         %F = call i1 ()* ()* @getfunc( )                ; <i1 ()*> [#uses=1]
8         %c = icmp eq i1 ()* %F, @testfunc               ; <i1> [#uses=1]
9         ret i1 %c