| commit | 3e5a360ba3d4cdfeadb166fd8dc79afe48615d91 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Wed Nov 27 23:26:09 2013 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Wed Nov 27 23:26:09 2013 +0000 |
| tree | e6b515d12a2a85d48f746c804171fb54bc55920d | |
| parent | d57e83644750b9b32a3d70092d7a6e04714cb82b [diff] |
Add IIC_ prefix to PPC instruction-class names This adds the IIC_ prefix to the instruction itinerary class names, giving the PPC backend a naming convention for itinerary classes that is more consistent with that used by the X86 and ARM backends. Instruction scheduling in the PPC backend needs a bunch of cleanup and improvement (especially for the ooo cores). This is just a preliminary step. No functionality change intended. llvm-svn: 195890