[Hexagon][NFC] Rename VK_Hexagon_PCREL to VK_PCREL
authorStefan Pintilie <stefanp@ca.ibm.com>
Wed, 19 Feb 2020 15:47:14 +0000 (09:47 -0600)
committerStefan Pintilie <stefanp@ca.ibm.com>
Wed, 19 Feb 2020 15:52:58 +0000 (09:52 -0600)
commit440ca29ea266a816c4a00216aff356ece0d14cc9
tree91ab79d0b90d0d4faca51aca527f284351ebccb3
parentbc23e83e45ebefa523c660aa500c6161d9be57ee
[Hexagon][NFC] Rename VK_Hexagon_PCREL to VK_PCREL

On PowerPC we will soon need to use pcrel to indicate PC Relative addressing.
Renamed the Hexagon specific variant kind to a non target specific VK so that
it can be used on both Hexagon and PowerPC.

Differential Revision: https://reviews.llvm.org/D74788
llvm/include/llvm/MC/MCExpr.h
llvm/lib/MC/MCExpr.cpp
llvm/lib/Target/Hexagon/HexagonMCInstLower.cpp
llvm/lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
llvm/lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp