blob: ad9bc8e86fcdc60397de5f58c93e707ae24eca83 [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc
Chris Lattneree738802005-10-07 04:49:00 +00002double %test(bool %X) {
3 %Y = cast bool %X to double
4 ret double %Y
5}