Adds getPointerSize() to the AsmBackend which will be needed by the final patch
authorKevin Enderby <enderby@apple.com>
Thu, 30 Sep 2010 16:38:07 +0000 (16:38 +0000)
committerKevin Enderby <enderby@apple.com>
Thu, 30 Sep 2010 16:38:07 +0000 (16:38 +0000)
commit8ebf66236e1a0a3f6796abcbf6be83eb6a55e3fa
tree6d38971e9692469dd0528ff526328c51adced42c
parent4ba2b65b8e3fd6f3c8a91873485aacff8bfe6128
Adds getPointerSize() to the AsmBackend which will be needed by the final patch
for the dwarf .loc support to emit dwarf line number tables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115153 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetAsmBackend.h
lib/Target/ARM/ARMAsmBackend.cpp
lib/Target/X86/X86AsmBackend.cpp