summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCSubtarget.h
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2012-04-01 19:22:40 +0000
committerHal Finkel <hfinkel@anl.gov>2012-04-01 19:22:40 +0000
commit9f9f8929ee7a36e8cf33599fdd3f2bccd411401f (patch)
tree591e7e9cffed2c9b1cc1305ec668657ca066b359 /llvm/lib/Target/PowerPC/PPCSubtarget.h
parent91773ab2cafab5bd74afceadb06b1ccd8b8906a4 (diff)
downloadbcm5719-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.h1
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
};
}
OpenPOWER on IntegriCloud