aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-21 14:43:42 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2013-06-21 14:43:42 +0000
commitf7c1ee79fe90353fcd3f545f9d45a01a837bbf4b (patch)
tree37b1e4839ffd5e2f296e2c4b0ce071ade82dca8f /include/llvm/MC
parentf8f87dcfceadd1b842d130303a7091ad7d7d67d0 (diff)
downloadexternal_llvm-f7c1ee79fe90353fcd3f545f9d45a01a837bbf4b.zip
external_llvm-f7c1ee79fe90353fcd3f545f9d45a01a837bbf4b.tar.gz
external_llvm-f7c1ee79fe90353fcd3f545f9d45a01a837bbf4b.tar.bz2
[PowerPC] Support @higher et.al. modifiers
This adds support for the @higher, @highera, @highest, and @highesta modifers, including some missing relocation types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184550 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/MC')
-rw-r--r--include/llvm/MC/MCExpr.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h
index 8e03b86..99ccbbd 100644
--- a/include/llvm/MC/MCExpr.h
+++ b/include/llvm/MC/MCExpr.h
@@ -174,6 +174,10 @@ public:
VK_PPC_LO, // symbol@l
VK_PPC_HI, // symbol@h
VK_PPC_HA, // symbol@ha
+ VK_PPC_HIGHER, // symbol@higher
+ VK_PPC_HIGHERA, // symbol@highera
+ VK_PPC_HIGHEST, // symbol@highest
+ VK_PPC_HIGHESTA, // symbol@highesta
VK_PPC_TOCBASE, // symbol@tocbase
VK_PPC_TOC, // symbol@toc
VK_PPC_TOC_LO, // symbol@toc@l