[PATCH] D17038: [MC] Merge VK_PPC_TPREL in to generic VK_TPREL

Colin LeMahieu via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 9 13:17:04 PST 2016


colinl created this revision.
colinl added reviewers: rafael, dexonsmith, uweigand.
colinl added a subscriber: llvm-commits.
colinl set the repository for this revision to rL LLVM.

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.

Repository:
  rL LLVM

http://reviews.llvm.org/D17038

Files:
  include/llvm/MC/MCExpr.h
  lib/MC/MCELFStreamer.cpp
  lib/MC/MCExpr.cpp
  lib/Target/Hexagon/AsmParser/HexagonAsmParser.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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17038.47354.patch
Type: text/x-patch
Size: 20295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160209/bf9888db/attachment.bin>


More information about the llvm-commits mailing list