1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/test/Regression/CodeGen/X86/2004-06-10-StackifierCrash.llx

7 lines
102 B
Plaintext
Raw Normal View History

2004-06-11 04:59:47 +02:00
; RUN: llvm-as < %s | llc -march=x86
bool %T(double %X) {
%V = seteq double %X, %X
ret bool %V
}