aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/CodeGen/X86/2004-06-10-StackifierCrash.llx6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/X86/2004-06-10-StackifierCrash.llx b/test/CodeGen/X86/2004-06-10-StackifierCrash.llx
new file mode 100644
index 0000000000..295c1fce4a
--- /dev/null
+++ b/test/CodeGen/X86/2004-06-10-StackifierCrash.llx
@@ -0,0 +1,6 @@
+; RUN: llvm-as < %s | llc -march=x86
+
+bool %T(double %X) {
+ %V = seteq double %X, %X
+ ret bool %V
+}