aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2004-06-10-StackifierCrash.llx
blob: 295c1fce4a6d1ef217db06c8ec9ecbaad39bf43e (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=x86

bool %T(double %X) {
  %V = seteq double %X, %X
  ret bool %V
}