blob: ad9bc8e86fcdc60397de5f58c93e707ae24eca83 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
2double %test(bool %X) {
3 %Y = cast bool %X to double
4 ret double %Y
5}