mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
ARM: remove horrible printf left over from debugging
llvm-svn: 243907
This commit is contained in:
parent
066da459c3
commit
36b12c3af7
@ -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
Block a user