blob: 0b8d5eb37adbad2b0eff9dba08d7e1f28e9f783f [file] [log] [blame]
Andrew Kaylor1b2cfb62013-10-04 00:49:38 +00001declare i32 @FC()
2
Renato Golin8cea6e82014-01-29 11:50:56 +00003define i32 @FB() nounwind {
Andrew Kaylor1b2cfb62013-10-04 00:49:38 +00004 %r = call i32 @FC( ) ; <i32> [#uses=1]
5 ret i32 %r
6}
7