ARM: remove horrible printf left over from debugging

llvm-svn: 243907
This commit is contained in:
Tim Northover 2015-08-03 22:19:08 +00:00
parent 2644cae3d5
commit 9c340ec6fd
1 changed files with 0 additions and 1 deletions

View 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.