mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 07:22:55 +01:00
197f2fcda2
llvm-svn: 12932
9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
; RUN: llvm-as < %s | llc -march=x86
|
|
|
|
implementation ; Functions:
|
|
|
|
double %test(double %d) {
|
|
%X = select bool false, double %d, double %d ; <double> [#uses=0]
|
|
ret double %X
|
|
}
|