mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-18 12:09:38 +00:00
![Reid Spencer](/assets/img/avatar_default.png)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32115 91177308-0d34-0410-b5e6-96231b3b80d8
6 lines
125 B
LLVM
6 lines
125 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | llc
|
|
double %test(bool %X) {
|
|
%Y = cast bool %X to double
|
|
ret double %Y
|
|
}
|