| Reid Spencer | 2fee8a9 | 2006-12-09 19:39:56 +0000 | [diff] [blame] | 1 | ; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep bitcast |
| Reid Spencer | 1d3dbd3 | 2006-12-09 19:35:43 +0000 | [diff] [blame] | 2 | bool %main(int %X) { |
| 3 | %res = cast bool true to bool | ||||
| 4 | ret bool %res | ||||
| 5 | } | ||||