forked from OSchip/llvm-project
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
|
||
|
}
|