• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llvm-as < %s | llvm-dis | grep bitcast
2; RUN: verify-uselistorder %s
3
4define i1 @main(i32 %X) {
5  %res = bitcast i1 true to i1
6  ret i1 %res
7}
8