1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-28 14:32:51 +01:00
llvm-mirror/test/Regression/CodeGen/X86/2004-06-10-StackifierCrash.llx
Chris Lattner 6fc9e8dd94 Testcase for PR369
llvm-svn: 14136
2004-06-11 02:59:47 +00:00

7 lines
102 B
Plaintext

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