mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
aeb9bb8ba4
llvm-svn: 47296
7 lines
149 B
LLVM
7 lines
149 B
LLVM
; RUN: llvm-as < %s | llc
|
|
define double @test(i1 %X) {
|
|
%Y = uitofp i1 %X to double ; <double> [#uses=1]
|
|
ret double %Y
|
|
}
|
|
|