[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2005-05-08-FPStackifierPHI.ll
Evan Cheng
evan.cheng at apple.com
Fri Dec 1 02:17:51 PST 2006
Changes in directory llvm/test/Regression/CodeGen/X86:
2005-05-08-FPStackifierPHI.ll updated: 1.1 -> 1.2
---
Log message:
This test is meant for X86 CPU which does not support SSE2.
---
Diffs of the changes: (+1 -1)
2005-05-08-FPStackifierPHI.ll | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Regression/CodeGen/X86/2005-05-08-FPStackifierPHI.ll
diff -u llvm/test/Regression/CodeGen/X86/2005-05-08-FPStackifierPHI.ll:1.1 llvm/test/Regression/CodeGen/X86/2005-05-08-FPStackifierPHI.ll:1.2
--- llvm/test/Regression/CodeGen/X86/2005-05-08-FPStackifierPHI.ll:1.1 Sun May 8 22:36:11 2005
+++ llvm/test/Regression/CodeGen/X86/2005-05-08-FPStackifierPHI.ll Fri Dec 1 04:17:36 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llvm-as < %s | llc -march=x86 -mcpu=generic
; Make sure LLC doesn't crash in the stackifier due to FP PHI nodes.
void %radfg_() {
More information about the llvm-commits
mailing list