2003-07-01-SelfReference.ll 309 B

1234567891011
  1. ; distilled from 255.vortex
  2. ; RUN: opt < %s -globaldce -S | not grep testfunc
  3. declare i1 ()* @getfunc()
  4. define internal i1 @testfunc() {
  5. %F = call i1 ()* () @getfunc( ) ; <i1 ()*> [#uses=1]
  6. %c = icmp eq i1 ()* %F, @testfunc ; <i1> [#uses=1]
  7. ret i1 %c
  8. }