blob: ebe3d21806b7d6210819947fa660fbea8d20d61e [file] [log] [blame]
Dan Gohmanf2f6ce62009-09-11 18:01:28 +00001; RUN: opt < %s -constprop -S | grep 1065353216
Chris Lattner37d94b42007-02-06 02:22:37 +00002
3define i32 @test() {
4 %A = bitcast float 1.000000e+00 to i32 ; <i32> [#uses=1]
5 ret i32 %A
6}
7