summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-15 03:27:05 +0000
committerChris Lattner <sabre@nondot.org>2010-11-15 03:27:05 +0000
commitd7c2fc7a736acb470789e87eaf127821d3cd3d02 (patch)
treeb929e96e504316b21d9c95a24ea1cfe9ca22b08a /llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
parentfe5ee802681bdddd52adc47c15b00ee28c93cdf4 (diff)
downloadbcm5719-llvm-d7c2fc7a736acb470789e87eaf127821d3cd3d02.tar.gz
bcm5719-llvm-d7c2fc7a736acb470789e87eaf127821d3cd3d02.zip
Turn on the new instprinter by default.
The only change in the output is: 1) we get a better comment on mfcr, we get: mfcr r2 ; cr2 instead of: mfcr r2 ; 32 2) we no longer emit $stub's on powerpc/leopard. The Leopard linker autosynthesizes them. llvm-svn: 119108
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp')
-rw-r--r--llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
index 354b4cb5374..a3cac213544 100644
--- a/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
+++ b/llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
@@ -59,7 +59,7 @@ using namespace llvm;
// path.
static cl::opt<bool> UseInstPrinter("enable-ppc-inst-printer",
cl::ReallyHidden
- //, cl::init(true)
+ , cl::init(true)
);
namespace {
OpenPOWER on IntegriCloud