From: Tim Northover Date: Mon, 3 Aug 2015 22:19:08 +0000 (+0000) Subject: ARM: remove horrible printf left over from debugging X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c340ec6fdc78b1611d353e55120c9b972151e36;p=platform%2Fupstream%2Fllvm.git ARM: remove horrible printf left over from debugging llvm-svn: 243907 --- diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp index b91e9ae..11aed72 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.