aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/2006-12-09-Cast-To-Bool.ll
blob: 7264918a427e75ad61623e2d0ceb2e9fca9fd757 (plain)
1
2
3
4
5
; RUN: llvm-as < %s | llvm-dis | grep bitcast
define bool %main(i32 %X) {
  %res = bitcast bool true to bool
  ret bool %res
}