summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMInstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-11-06 17:48:05 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-11-06 17:48:05 +0000
commitaa03cd3336a341cbe020e5ee152a192e250d3e52 (patch)
tree26a38bac66530dc7a65ba56cde0ec8a311756702 /llvm/lib/Target/ARM/ARMInstrInfo.h
parent972fd1a1e099cc1172e206f5e0345f97668f9ded (diff)
downloadbcm5719-llvm-aa03cd3336a341cbe020e5ee152a192e250d3e52.tar.gz
bcm5719-llvm-aa03cd3336a341cbe020e5ee152a192e250d3e52.zip
- Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.
- Consolidate instruction formats. - Other clean up. llvm-svn: 58808
Diffstat (limited to 'llvm/lib/Target/ARM/ARMInstrInfo.h')
-rw-r--r--llvm/lib/Target/ARM/ARMInstrInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/ARM/ARMInstrInfo.h b/llvm/lib/Target/ARM/ARMInstrInfo.h
index 4dcbb6ae7a7..c2eb54c8b62 100644
--- a/llvm/lib/Target/ARM/ARMInstrInfo.h
+++ b/llvm/lib/Target/ARM/ARMInstrInfo.h
@@ -79,8 +79,8 @@ namespace ARMII {
MulFrm = 2 << FormShift,
// Branch instructions
- Branch = 3 << FormShift,
- BranchMisc = 4 << FormShift,
+ BrFrm = 3 << FormShift,
+ BrMiscFrm = 4 << FormShift,
// Data Processing instructions
DPFrm = 5 << FormShift,
OpenPOWER on IntegriCloud