Remove alpha from list of known architectures -- it was just removed

from llvm TOT.

llvm-svn: 143273
This commit is contained in:
Jason Molenda 2011-10-29 01:34:50 +00:00
parent c05203ba81
commit 2fae235365
1 changed files with 0 additions and 3 deletions

View File

@ -43,9 +43,6 @@ namespace lldb_private {
// This core information can be looked using the ArchSpec::Core as the index
static const CoreDefinition g_core_definitions[ArchSpec::kNumCores] =
{
// TODO: verify alpha has 32 bit fixed instructions
{ eByteOrderLittle, 4, 4, 4, llvm::Triple::alpha , ArchSpec::eCore_alpha_generic , "alpha" },
{ eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_generic , "arm" },
{ eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_armv4 , "armv4" },
{ eByteOrderLittle, 4, 2, 4, llvm::Triple::arm , ArchSpec::eCore_arm_armv4t , "armv4t" },