1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-02-23 20:29:30 +00:00
2006-12-02 04:23:10 +00:00

7 lines
173 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86 -mattr=-sse2,-sse3 | grep fchs
double %T() {
ret double -1.0 ;; codegen as fld1/fchs, not as a load from cst pool
}