Home | History | Annotate | Download | only in Assembler
      1 ; RUN: llvm-as < %s | llvm-dis | grep bitcast
      2 ; RUN: verify-uselistorder %s
      3 
      4 define i1 @main(i32 %X) {
      5   %res = bitcast i1 true to i1
      6   ret i1 %res
      7 }
      8