blob: 91abe770a41cc0c10e53634972417bd2daa81aae [file] [log] [blame]
; RUN: llvm-as < %s | llvm-dis | grep bitcast
; RUN: verify-uselistorder %s
define i1 @main(i32 %X) {
%res = bitcast i1 true to i1
ret i1 %res
}