summaryrefslogtreecommitdiff
path: root/test/Assembler/2006-12-09-Cast-To-Bool.ll
blob: 2ede90aa1cd5c265609f6e64bc09c3478b3020f4 (plain)
1
2
3
4
5
; RUN llvm-upgrade < %s | llvm-as
bool %main(int %X) {
  %res = cast bool true to bool
  ret bool %res
}