blob: 7264918a427e75ad61623e2d0ceb2e9fca9fd757 [file] [log] [blame]
Reid Spencer5b353d32007-01-02 05:50:11 +00001; RUN: llvm-as < %s | llvm-dis | grep bitcast
2define bool %main(i32 %X) {
3 %res = bitcast bool true to bool
Reid Spencer1d3dbd32006-12-09 19:35:43 +00004 ret bool %res
5}