diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-12-01 10:17:36 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-12-01 10:17:36 +0000 |
commit | 2c0fbb1cb68d2e7cf37ff05d9f7d22b96759c6d3 (patch) | |
tree | c5a73cc91b7d517e13fc59525bbaac7d4bdf27f2 | |
parent | 32644ac67ce25a06c8c6658746911479d56a894f (diff) | |
download | external_llvm-2c0fbb1cb68d2e7cf37ff05d9f7d22b96759c6d3.zip external_llvm-2c0fbb1cb68d2e7cf37ff05d9f7d22b96759c6d3.tar.gz external_llvm-2c0fbb1cb68d2e7cf37ff05d9f7d22b96759c6d3.tar.bz2 |
This test is meant for X86 CPU which does not support SSE2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32072 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll b/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll index b22a7d0..4cb94b3 100644 --- a/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll +++ b/test/CodeGen/X86/2005-05-08-FPStackifierPHI.ll @@ -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_() { |