Skip to content
Snippets Groups Projects
Commit 9c340ec6 authored by Tim Northover's avatar Tim Northover
Browse files

ARM: remove horrible printf left over from debugging

llvm-svn: 243907
parent 2644cae3
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,6 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) { ...@@ -167,7 +167,6 @@ void ARMSubtarget::initSubtargetFeatures(StringRef CPU, StringRef FS) {
ArchFS = FS; ArchFS = FS;
} }
ParseSubtargetFeatures(CPUString, ArchFS); ParseSubtargetFeatures(CPUString, ArchFS);
printf("A-class: %d\n", static_cast<bool>(getFeatureBits()[ARM::ProcSwift]));
// FIXME: This used enable V6T2 support implicitly for Thumb2 mode. // FIXME: This used enable V6T2 support implicitly for Thumb2 mode.
// Assert this for now to make the change obvious. // Assert this for now to make the change obvious.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment