commit | 4d989ac93ce608057fb6b13a4068264ab037ecd5 | [log] [tgz] |
---|---|---|
author | Hal Finkel <hfinkel@anl.gov> | Sun Apr 01 19:22:40 2012 +0000 |
committer | Hal Finkel <hfinkel@anl.gov> | Sun Apr 01 19:22:40 2012 +0000 |
tree | 2dad7e6b65936307c353e73de55e3b9187d4cb26 | |
parent | 413b2e7539a1e41f8694abb809678ae48d1e6125 [diff] [blame] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153842 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/PowerPC/PPCAsmPrinter.cpp b/lib/Target/PowerPC/PPCAsmPrinter.cpp index 4abb469..fb7aa71 100644 --- a/lib/Target/PowerPC/PPCAsmPrinter.cpp +++ b/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -450,6 +450,7 @@ "ppc7400", "ppc750", "ppc970", + "ppcA2", "ppc64" };