blob: a1d7c3e0377c63896339ee0682b396faa4194d41 [file] [log] [blame]
; RUN: llvm-as < %s | opt -constprop | llvm-dis | grep 1065353216
define i32 @test() {
%A = bitcast float 1.000000e+00 to i32 ; <i32> [#uses=1]
ret i32 %A
}