llvm-6502/test/CodeGen/X86/2004-06-10-StackifierCrash.llx

7 lines
102 B
Plaintext
Raw Normal View History

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