For mips64 switch statements in subroutines could generate
[oota-llvm.git] / lib / Target / Mips / MCTargetDesc / MipsBaseInfo.h
index f7aedd02068fda09313e587893de17597c346822..234455e0c7f0ef1f9d1b3a56e4fddb781c1f402f 100644 (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
   };