stub out PPCMCInstLowering, add a new option that uses it and the new
authorChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 19:53:02 +0000 (19:53 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 19:53:02 +0000 (19:53 +0000)
commit293ef9ae0fd533429dc54d94c895c39a564466f7
tree8ecef129704d237a5a42f73adec129afec7b258e
parent765fb1a446e0f1f338858dc628b4a7a60da37e80
stub out PPCMCInstLowering, add a new option that uses it and the new
instprinter when -enable-ppc-inst-printer is passed to llc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@119061 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/PPCAsmPrinter.cpp
lib/Target/PowerPC/PPCMCInstLower.cpp [new file with mode: 0644]
lib/Target/PowerPC/PPCMCInstLower.h [new file with mode: 0644]