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)
commit9cda4b7ed941750dde35d9a289a5c00aa1f6c872
tree00d528172f833579bb3f0b01c798f00a548e4027
parentf734a8bae7d78d3c035c77354f21383024e3fc73
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.

llvm-svn: 230039
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp