Implement AsmPrinter support for several more operators which have
authorDan Gohman <gohman@apple.com>
Tue, 9 Feb 2010 00:02:37 +0000 (00:02 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 9 Feb 2010 00:02:37 +0000 (00:02 +0000)
commit5938a3e681ab7612f5921c5ccaca5d2e0851c60f
tree18bdddbd5942a0ae3df6f98aaa5435972fd79b4e
parent036c130e90eb5c93b0dc0a70ad07b9343623c2a8
Implement AsmPrinter support for several more operators which have
direct MCExpr equivalents. Don't use MCExpr::Shr because it isn't
consistent between targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95620 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/AsmPrinter/AsmPrinter.cpp