projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c83882c
)
ARM: remove horrible printf left over from debugging
author
Tim Northover
<tnorthover@apple.com>
Mon, 3 Aug 2015 22:19:08 +0000
(22:19 +0000)
committer
Tim Northover
<tnorthover@apple.com>
Mon, 3 Aug 2015 22:19:08 +0000
(22:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243907
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMSubtarget.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMSubtarget.cpp
b/lib/Target/ARM/ARMSubtarget.cpp
index b91e9ae650c62655fc4580ba54fdec414135dbcb..11aed72a7c014b2e2eef68a96a4e79e8a32d283e 100644
(file)
--- a/
lib/Target/ARM/ARMSubtarget.cpp
+++ b/
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.