[PATCH] D44162: TargetMachine: Add address space to getPointerSize

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 8 08:01:58 PST 2018


arsenm updated this revision to Diff 137575.
arsenm added a comment.
Herald added subscribers: fedor.sergeev, javed.absar, jyknight.

Remove default. I did my best to guess at the context these were used for. Some of the DebugInfo ones are questionable, as well as AsmPrinter::getPointerSize


https://reviews.llvm.org/D44162

Files:
  include/llvm/Target/TargetMachine.h
  lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  lib/CodeGen/TargetFrameLoweringImpl.cpp
  lib/Target/ARM/ARMInstructionSelector.cpp
  lib/Target/Sparc/SparcISelLowering.cpp
  lib/Target/SystemZ/SystemZISelLowering.cpp
  lib/Target/X86/X86ISelLowering.cpp
  lib/Target/X86/X86LegalizerInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44162.137575.patch
Type: text/x-patch
Size: 7211 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180308/e3888c16/attachment.bin>


More information about the llvm-commits mailing list