llvm-6502/test/Assembler/2006-12-09-Cast-To-Bool.ll
2006-12-09 19:39:56 +00:00

6 lines
132 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep bitcast
bool %main(int %X) {
%res = cast bool true to bool
ret bool %res
}