commit | 52742c25aed30fffd7e419638dc8832bacf2cb75 | [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 | b5c6d604f4019fac90992b173a04e1f7a36ea1a0 | |
parent | a7c84e605094f6593593e5ec2e58e40d6724bd70 [diff] [blame] |
LLVM enablement for some older PowerPC CPUs llvm-svn: 174230
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h index 28f8587..15885bd 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.h +++ b/llvm/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 };