summaryrefslogtreecommitdiffstats
path: root/llvm/lib
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
commitadec58c0915baabb20000d03af7872ad7dc898ea (patch)
tree478738444e67737c6293f6292a4f5276a9f476f3 /llvm/lib
parent3be3b44cdb5668317cc6fe763fa40c60c05bbb2d (diff)
downloadbcm5719-llvm-adec58c0915baabb20000d03af7872ad7dc898ea.tar.gz
bcm5719-llvm-adec58c0915baabb20000d03af7872ad7dc898ea.zip
Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.
llvm-svn: 160636
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h b/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
index f7aedd02068..234455e0c7f 100644
--- a/llvm/lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
+++ b/llvm/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
};
OpenPOWER on IntegriCloud