Remove a use of the Subtarget in the darwin ppc asm printer.
authorEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 18:53:42 +0000 (18:53 +0000)
committerEric Christopher <echristo@gmail.com>
Fri, 20 Feb 2015 18:53:42 +0000 (18:53 +0000)
commitdd38f4e94d750edebb33af72aac597de6696bbb9
treebe11b27cc9bc4e56815152ad424389490cc6fb0c
parent0bbf62fce85e3c6f8febdef0c7e67bbecdf067e7
Remove a use of the Subtarget in the darwin ppc asm printer.
EmitFunctionStubs is called from doFinalization and so can't
depend on the Subtarget existing. It's also irrelevant as
we know we're darwin since we're in the darwin asm printer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230039 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCAsmPrinter.cpp