| commit | b4b99e545b448fd2c4d9edb361d7ff21f322cdaf | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Tue Dec 17 23:05:18 2013 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Tue Dec 17 23:05:18 2013 +0000 |
| tree | 2943c0f7145c118db007a22e26dc2c00c2346d78 | |
| parent | 7e350d23b2159408029dd6608ef3f659f3d46d62 [diff] |
Eliminate PPC instruction decoding ambiguities The instruction definitions in the PPC backend have a number of variants defined for the same instruction to represent differences between 64-bit and 32-bit semantics. In order to generate a disassembler for the PPC backend, we need to mark all but one of these as CodeGen only. No functionality change intended; this is prep work for PPC disassembly support. llvm-svn: 197535