diff options
author | Jim Grosbach <grosbach@apple.com> | 2010-09-27 21:28:44 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2010-09-27 21:28:44 +0000 |
commit | 11fed543c9927e69acb7c8579328b60d17cf6820 (patch) | |
tree | 36323d80aeb18f727a66aaae0b8f75cab48da985 /llvm/lib/Target/ARM/ARMAsmPrinter.cpp | |
parent | 9735f4ff8d8b45c394568ba25ad0bb67f5a919f1 (diff) | |
download | bcm5719-llvm-11fed543c9927e69acb7c8579328b60d17cf6820.tar.gz bcm5719-llvm-11fed543c9927e69acb7c8579328b60d17cf6820.zip |
Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to
enable it for real. Leaving the CL option in place to it's easy to disable it
again if (when) testers find something I've missed.
llvm-svn: 114892
Diffstat (limited to 'llvm/lib/Target/ARM/ARMAsmPrinter.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMAsmPrinter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp index 4567e4358d1..ae0b33d468a 100644 --- a/llvm/lib/Target/ARM/ARMAsmPrinter.cpp +++ b/llvm/lib/Target/ARM/ARMAsmPrinter.cpp @@ -54,7 +54,7 @@ using namespace llvm; static cl::opt<bool> -EnableMCInst("enable-arm-mcinst-printer", cl::Hidden, +EnableMCInst("enable-arm-mcinst-printer", cl::Hidden, cl::init(true), cl::desc("enable experimental asmprinter gunk in the arm backend")); namespace llvm { |