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