blob: 9211aeb635e2c64856cf114c288de5463088b7be [file] [log] [blame]
Dan Gohmanb1e1e822009-09-08 16:50:01 +00001; RUN: opt %s -constprop | llvm-dis | 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