Implement support for printing register and immediate operands,
authorChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 20:02:39 +0000 (20:02 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 20:02:39 +0000 (20:02 +0000)
commit0d1b7d9e3dd8512b47655af7d8ea738ea1d4ac51
treed8c5b46f9497a3469b213e0e536f8823334f1651
parent293ef9ae0fd533429dc54d94c895c39a564466f7
Implement support for printing register and immediate operands,
add support for darwin vs aix syntax.  We now can print instructions
like this:

add r3, r3, r4
blr

and (in aix mode):
add 3, 3, 4
blr

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