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