diff options
author | Oded Gabbay <oded.gabbay@gmail.com> | 2015-10-10 00:29:48 +0300 |
---|---|---|
committer | Oded Gabbay <oded.gabbay@gmail.com> | 2016-05-24 22:10:42 +0300 |
commit | b8efe9e06819979c1e618a4e5cdd0fb72d9ea88c (patch) | |
tree | cc96fc131bd9533d12fe0950b3fbce1a9a2f99ba | |
parent | a68a7a1f91ea06379ffa8ea0a41de3996bfa4119 (diff) |
enable full regs namesbase
Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
-rw-r--r-- | lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp b/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp index d9d9b4f180f..71bbec64b80 100644 --- a/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp +++ b/lib/Target/PowerPC/InstPrinter/PPCInstPrinter.cpp @@ -30,7 +30,7 @@ using namespace llvm; // FIXME: Once the integrated assembler supports full register names, tie this // to the verbose-asm setting. static cl::opt<bool> -FullRegNames("ppc-asm-full-reg-names", cl::Hidden, cl::init(false), +FullRegNames("ppc-asm-full-reg-names", cl::Hidden, cl::init(true), cl::desc("Use full register names when printing assembly")); #define PRINT_ALIAS_INSTR |