Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's
authorEric Christopher <echristo@gmail.com>
Sat, 28 Dec 2013 01:39:17 +0000 (01:39 +0000)
committerEric Christopher <echristo@gmail.com>
Sat, 28 Dec 2013 01:39:17 +0000 (01:39 +0000)
commit3955d288873e12d76b8b172321670728d8e026e0
tree876f8cf71ddb92583f1efc87b26caa77bd247b02
parentba6102bd8adbba906be976492636f2c9ddb08643
Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it's
just calling into MAI and is only abstracting for a single interface that
we actually need to check in multiple places.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198092 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/AsmPrinter.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/AsmPrinter/DwarfUnit.cpp