From 9c340ec6fdc78b1611d353e55120c9b972151e36 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 llvm-svn: 243907 --- llvm/lib/Target/ARM/ARMSubtarget.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp index b91e9ae650c6..11aed72a7c01 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.cpp +++ b/llvm/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.