From 376ce97baca2bcf97ab420313a876214cde7f9df Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Mon, 27 Sep 2010 21:28:44 +0000 Subject: [PATCH] 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114892 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMAsmPrinter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/ARM/ARMAsmPrinter.cpp b/lib/Target/ARM/ARMAsmPrinter.cpp index 4567e4358d1..ae0b33d468a 100644 --- a/lib/Target/ARM/ARMAsmPrinter.cpp +++ b/lib/Target/ARM/ARMAsmPrinter.cpp @@ -54,7 +54,7 @@ using namespace llvm; static cl::opt -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 {