diff options
author | Tim Northover <tnorthover@apple.com> | 2015-08-03 22:19:08 +0000 |
---|---|---|
committer | Tim Northover <tnorthover@apple.com> | 2015-08-03 22:19:08 +0000 |
commit | 9c340ec6fdc78b1611d353e55120c9b972151e36 (patch) | |
tree | ba30c827fe1ce8e634bbea295396e990bcb9514f /llvm/lib/Target/ARM/ARMSubtarget.cpp | |
parent | 2644cae3d5708149df916ac60073d28dea87880e (diff) | |
download | llvm-9c340ec6fdc78b1611d353e55120c9b972151e36.zip llvm-9c340ec6fdc78b1611d353e55120c9b972151e36.tar.gz llvm-9c340ec6fdc78b1611d353e55120c9b972151e36.tar.bz2 |
ARM: remove horrible printf left over from debugging
llvm-svn: 243907
Diffstat (limited to 'llvm/lib/Target/ARM/ARMSubtarget.cpp')
-rw-r--r-- | llvm/lib/Target/ARM/ARMSubtarget.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMSubtarget.cpp b/llvm/lib/Target/ARM/ARMSubtarget.cpp index b91e9ae..11aed72 100644 --- a/llvm/lib/Target/ARM/ARMSubtarget.cpp +++ b/llvm/lib/Target/ARM/ARMSubtarget.cpp @@ -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. |