From 5647cdb099acd9fd212073121793af56916ca466 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Mon, 3 Aug 2015 22:19:08 +0000 Subject: [PATCH] ARM: remove horrible printf left over from debugging git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243907 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/ARMSubtarget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Target/ARM/ARMSubtarget.cpp b/lib/Target/ARM/ARMSubtarget.cpp index b91e9ae650c..11aed72a7c0 100644 --- a/lib/Target/ARM/ARMSubtarget.cpp +++ b/lib/Target/ARM/ARMSubtarget.cpp @@ -167,7 +167,6 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { ArchFS = FS; } ParseSubtargetFeatures(CPUString, ArchFS); - printf("A-class: %d\n", static_cast(getFeatureBits()[ARM::ProcSwift])); // FIXME: This used enable V6T2 support implicitly for Thumb2 mode. // Assert this for now to make the change obvious. -- 2.34.1