aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MCTargetDesc
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanaka@mips.com>2012-07-23 19:19:20 +0000
committerAkira Hatanaka <ahatanaka@mips.com>2012-07-23 19:19:20 +0000
commitec5e97f5c874a82aa995cffee8c5592c6689ffb4 (patch)
treec853e2cc036bd9d6a8974a30f42de6e2c8a68aeb /lib/Target/Mips/MCTargetDesc
parent9a7963947cd3e28e65353534d5eb71f71e640246 (diff)
downloadexternal_llvm-ec5e97f5c874a82aa995cffee8c5592c6689ffb4.zip
external_llvm-ec5e97f5c874a82aa995cffee8c5592c6689ffb4.tar.gz
external_llvm-ec5e97f5c874a82aa995cffee8c5592c6689ffb4.tar.bz2
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160636 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/Mips/MCTargetDesc')
-rw-r--r--lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
index f7aedd0..234455e 100644
--- a/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
+++ b/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
@@ -81,6 +81,8 @@ namespace MipsII {
MO_GOT_PAGE,
MO_GOT_OFST,
+ /// MO_HIGHER/HIGHEST - Represents the highest or higher half word of a
+ /// 64-bit symbol address.
MO_HIGHER,
MO_HIGHEST
};