forked from OSchip/llvm-project
ARM: remove horrible printf left over from debugging
llvm-svn: 243907
This commit is contained in:
parent
2644cae3d5
commit
9c340ec6fd
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue