mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 00:51:56 +00:00
b6a27ed83f
llvm-svn: 48762
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
; RUN: llvm-as < %s | llc -march=x86
|
|
|
|
define i1 @T(double %X) {
|
|
%V = fcmp oeq double %X, %X ; <i1> [#uses=1]
|
|
ret i1 %V
|
|
}
|