ARM: remove horrible printf left over from debugging
authorTim Northover <tnorthover@apple.com>
Mon, 3 Aug 2015 22:19:08 +0000 (22:19 +0000)
committerTim Northover <tnorthover@apple.com>
Mon, 3 Aug 2015 22:19:08 +0000 (22:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243907 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMSubtarget.cpp

index b91e9ae650c62655fc4580ba54fdec414135dbcb..11aed72a7c014b2e2eef68a96a4e79e8a32d283e 100644 (file)
@@ -167,7 +167,6 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
       ArchFS = FS;
   }
   ParseSubtargetFeatures(CPUString, ArchFS);
-  printf("A-class: %d\n", static_cast<bool>(getFeatureBits()[ARM::ProcSwift]));
 
   // FIXME: This used enable V6T2 support implicitly for Thumb2 mode.
   // Assert this for now to make the change obvious.