forked from OSchip/llvm-project
[PowerPC] reorder entries in P9InstrResources.td in alphabetical order; NFC
Reorder entries added in my previous commit (rL328969) to keep alphabetical order. llvm-svn: 329064
This commit is contained in:
parent
1fc9f39bd5
commit
08a1775f28
|
@ -739,10 +739,10 @@ def : InstRW<[P9_LS_4C, IP_AGEN_1C, DISP_1C, DISP_1C],
|
|||
(instregex "LBZ(CIX|8|X|X8|XTLS)?$"),
|
||||
(instregex "LD(ARX|ARXL|BRX|CIX|X|XTLS)?$"),
|
||||
(instregex "LH(A|B)RX(L)?(8)?$"),
|
||||
(instregex "LHZ(8|CIX|X|X8|XTLS)?$"),
|
||||
(instregex "LWARX(L)?$"),
|
||||
(instregex "LWBRX(8)?$"),
|
||||
(instregex "LWZ(8|CIX|X|X8|XTLS)?$"),
|
||||
(instregex "LHZ(8|CIX|X|X8|XTLS)?$"),
|
||||
CP_ABORT,
|
||||
DARN,
|
||||
EnforceIEIO,
|
||||
|
|
Loading…
Reference in New Issue