mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-17 09:12:42 +00:00
b6a27ed83f
llvm-svn: 48762
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
; RUN: llvm-as < %s | llc -march=x86
|
|
|
|
define double @test(double %d) {
|
|
%X = select i1 false, double %d, double %d ; <double> [#uses=1]
|
|
ret double %X
|
|
}
|
|
|