diff options
author | Hal Finkel <hfinkel@anl.gov> | 2012-04-01 19:22:40 +0000 |
---|---|---|
committer | Hal Finkel <hfinkel@anl.gov> | 2012-04-01 19:22:40 +0000 |
commit | 9f9f8929ee7a36e8cf33599fdd3f2bccd411401f (patch) | |
tree | 591e7e9cffed2c9b1cc1305ec668657ca066b359 /llvm/lib/Target/PowerPC/PPCSubtarget.h | |
parent | 91773ab2cafab5bd74afceadb06b1ccd8b8906a4 (diff) | |
download | bcm5719-llvm-9f9f8929ee7a36e8cf33599fdd3f2bccd411401f.tar.gz bcm5719-llvm-9f9f8929ee7a36e8cf33599fdd3f2bccd411401f.zip |
Add instruction itinerary for the PPC64 A2 core.
This adds a full itinerary for IBM's PPC64 A2 embedded core. These
cores form the basis for the CPUs in the new IBM BG/Q supercomputer.
llvm-svn: 153842
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCSubtarget.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCSubtarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCSubtarget.h b/llvm/lib/Target/PowerPC/PPCSubtarget.h index 69fe50baa9b..fbd97de16a6 100644 --- a/llvm/lib/Target/PowerPC/PPCSubtarget.h +++ b/llvm/lib/Target/PowerPC/PPCSubtarget.h @@ -40,6 +40,7 @@ namespace PPC { DIR_7400, DIR_750, DIR_970, + DIR_A2, DIR_64 }; } |