diff options
Diffstat (limited to 'include/llvm/MC/MCExpr.h')
-rw-r--r-- | include/llvm/MC/MCExpr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/MC/MCExpr.h b/include/llvm/MC/MCExpr.h index a4dada2..7edcd66 100644 --- a/include/llvm/MC/MCExpr.h +++ b/include/llvm/MC/MCExpr.h @@ -172,6 +172,7 @@ public: VK_ARM_PREL31, VK_PPC_LO, // symbol@l + VK_PPC_HI, // symbol@h VK_PPC_HA, // symbol@ha VK_PPC_TOCBASE, // symbol@tocbase VK_PPC_TOC, // symbol@toc |