aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/Targets.cpp
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-09-18 22:25:03 +0000
committerHal Finkel <hfinkel@anl.gov>2012-09-18 22:25:03 +0000
commit7de32964026e4c5ff32cbca484ffb24e73393d87 (patch)
treee6266e2733a8dc88c6d15c34f6f349337e8d5661 /lib/Basic/Targets.cpp
parent97c6739a1e74a3131261081054ff4a75e4e3b64c (diff)
Add e500mc and e5500 to the list of valid PPC CPU names.
Patch by Tobias von Koch! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164176 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/Targets.cpp')
-rw-r--r--lib/Basic/Targets.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Basic/Targets.cpp b/lib/Basic/Targets.cpp
index a02ad6d38d..3720d47e55 100644
--- a/lib/Basic/Targets.cpp
+++ b/lib/Basic/Targets.cpp
@@ -641,6 +641,8 @@ public:
.Case("970", true)
.Case("g5", true)
.Case("a2", true)
+ .Case("e500mc", true)
+ .Case("e5500", true)
.Case("pwr6", true)
.Case("pwr7", true)
.Case("ppc", true)