Add comment for relocations MO_HIGHER and HIGHEST in MipsBaseInfo.h.

llvm-svn: 160636
This commit is contained in:
Akira Hatanaka 2012-07-23 19:19:20 +00:00
parent 3be3b44cdb
commit adec58c091
1 changed files with 2 additions and 0 deletions

View File

@ -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
};