Since @tprel and @dtprel is used by more than just ppc, change the enum name to a generic version.
Changing to upper case to match other expression variant kinds and adjusting tests to match.
Paths
| Differential D17038
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL ClosedPublic Authored by colinl on Feb 9 2016, 1:17 PM.
Details Summary Since @tprel and @dtprel is used by more than just ppc, change the enum name to a generic version. Changing to upper case to match other expression variant kinds and adjusting tests to match.
Diff Detail
Event Timelinecolinl updated this object.
This revision is now accepted and ready to land.Feb 10 2016, 10:20 AM Closed by commit rL260401: [MC] Merge VK_PPC_TPREL in to generic VK_TPREL. (authored by colinl). · Explain WhyFeb 10 2016, 10:36 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 47467 include/llvm/MC/MCExpr.h
lib/MC/MCELFStreamer.cpp
lib/MC/MCExpr.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonELFObjectWriter.cpp
lib/Target/Hexagon/MCTargetDesc/HexagonMCCodeEmitter.cpp
lib/Target/PowerPC/MCTargetDesc/PPCELFObjectWriter.cpp
lib/Target/PowerPC/PPCTargetObjectFile.cpp
test/DebugInfo/PowerPC/tls-fission.ll
test/DebugInfo/PowerPC/tls.ll
test/MC/PowerPC/ppc64-fixups.s
|