commit | cdc3b74cfb8a1fb3d053106cd8843a39fbb5e2e5 | [log] [tgz] |
---|---|---|
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Fri Feb 01 22:59:51 2013 +0000 |
committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | Fri Feb 01 22:59:51 2013 +0000 |
tree | 967d97c4f5bf2e39b4638d2f4d2544a8aeae1e20 | |
parent | 5a4041e7282ca1dba93fe1a97c8260c0ef621f5d [diff] [blame] |
LLVM enablement for some older PowerPC CPUs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174230 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCSubtarget.h b/lib/Target/PowerPC/PPCSubtarget.h index 28f8587..15885bd 100644 --- a/lib/Target/PowerPC/PPCSubtarget.h +++ b/lib/Target/PowerPC/PPCSubtarget.h
@@ -43,7 +43,12 @@ DIR_A2, DIR_E500mc, DIR_E5500, + DIR_PWR3, + DIR_PWR4, + DIR_PWR5, + DIR_PWR5X, DIR_PWR6, + DIR_PWR6X, DIR_PWR7, DIR_64 };