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/PPCAsmPrinter.cpp | |
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/PPCAsmPrinter.cpp')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp index 4abb4696234..fb7aa71d98d 100644 --- a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp @@ -450,6 +450,7 @@ void PPCDarwinAsmPrinter::EmitStartOfAsmFile(Module &M) { "ppc7400", "ppc750", "ppc970", + "ppcA2", "ppc64" }; |