mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
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
This commit is contained in:
parent
23f31df887
commit
9ffced5b9d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user