]> granicus.if.org Git - llvm/commit
Migrate away a use of the subtarget (and TargetMachine) from
authorEric Christopher <echristo@gmail.com>
Thu, 19 Feb 2015 23:29:42 +0000 (23:29 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 19 Feb 2015 23:29:42 +0000 (23:29 +0000)
commitb28b68c7cac99c6d0dfbbbb22eb7c531a37b4d8e
treedca30205f7e9f3415892e2de105f3706e80014bc
parentaeb422f527e97acc6fe588a200323f0f3be958ff
Migrate away a use of the subtarget (and TargetMachine) from
AsmPrinterDwarf since the information is on the MCRegisterInfo
via the MCContext and MMI that we already have on the AsmPrinter.

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