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