1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00

test broken in the IA64 backend.

llvm-svn: 23651
This commit is contained in:
Chris Lattner 2005-10-07 04:49:00 +00:00
parent f572bec811
commit d61ac59816

View File

@ -0,0 +1,5 @@
; RUN: llvm-as < %s | llc
double %test(bool %X) {
%Y = cast bool %X to double
ret double %Y
}