aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2012-12-22 14:58:30 +0000
committerDimitry Andric <dim@FreeBSD.org>2012-12-22 14:58:30 +0000
commit482e7bddf617ae804dc47133cb07eb4aa81e45de (patch)
treec074bb56c422dea536a85cc2d80fd620bb6af08e /include
parent522600a229b950314b5f4af84eba4f3e8a0ffea1 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCExpr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index 00eef270d6c4..1007aa526493 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -197,7 +197,11 @@ public:
VK_Mips_GOT_PAGE,
VK_Mips_GOT_OFST,
VK_Mips_HIGHER,
- VK_Mips_HIGHEST
+ VK_Mips_HIGHEST,
+ VK_Mips_GOT_HI16,
+ VK_Mips_GOT_LO16,
+ VK_Mips_CALL_HI16,
+ VK_Mips_CALL_LO16
};
private: