Enable the MC-ized ARM asm printer. Passing all local tests, so it's time to
authorJim Grosbach <grosbach@apple.com>
Mon, 27 Sep 2010 21:28:44 +0000 (21:28 +0000)
committerJim Grosbach <grosbach@apple.com>
Mon, 27 Sep 2010 21:28:44 +0000 (21:28 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114892 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMAsmPrinter.cpp

index 4567e4358d1f41ece2cff2faf60ca4de0c8cd6a9..ae0b33d468a2c3225cb5f5a5060276aa2cc9b879 100644 (file)
@@ -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 {