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

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