implement pretty printing support for the various pseudo
authorChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 21:39:51 +0000 (21:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Nov 2010 21:39:51 +0000 (21:39 +0000)
commit2e35248f14ac449774de9727b460469fc3c93249
treeae21fc29fe2b2592a345c141439dbd3eecdd0629
parent58d014f6031ab95b0057a54dc377e7b0d23d674f
implement pretty printing support for the various pseudo
ops the asmprinter supported, fixing PowerPC/rlwimi2.ll
among others.  Down to 20 failures.

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