blob: cb69564144f481b2604d237981d3a510ff0c222a [file] [log] [blame]
Dan Gohman3e054fe2009-09-08 22:34:10 +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