ARM: remove horrible printf left over from debugging
[oota-llvm.git] / 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.