llvm-6502/test/CodeGen/X86/2004-06-10-StackifierCrash.llx
2006-12-02 04:23:10 +00:00

7 lines
117 B
Plaintext

; RUN: llvm-upgrade < %s | llvm-as | llc -march=x86
bool %T(double %X) {
%V = seteq double %X, %X
ret bool %V
}