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:
4b73893
)
Remove unused hasV6T2Ops method. We already have a separate feature to
author
Bob Wilson
<bob.wilson@apple.com>
Thu, 25 Jun 2009 05:20:31 +0000
(
05:20
+0000)
committer
Bob Wilson
<bob.wilson@apple.com>
Thu, 25 Jun 2009 05:20:31 +0000
(
05:20
+0000)
identify Thumb2.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74164
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/ARM/ARMSubtarget.h
patch
|
blob
|
history
diff --git
a/lib/Target/ARM/ARMSubtarget.h
b/lib/Target/ARM/ARMSubtarget.h
index c3cc7fff6e3fbf6f4ed55d6a2472a60fa2bf6b5b..c49768ac953b47d31a91569d0091dde4bb5ea5cf 100644
(file)
--- a/
lib/Target/ARM/ARMSubtarget.h
+++ b/
lib/Target/ARM/ARMSubtarget.h
@@
-93,7
+93,6
@@
protected:
bool hasV5TOps() const { return ARMArchVersion >= V5T; }
bool hasV5TEOps() const { return ARMArchVersion >= V5TE; }
bool hasV6Ops() const { return ARMArchVersion >= V6; }
- bool hasV6T2Ops() const { return ARMArchVersion >= V6T2; }
bool hasV7Ops() const { return ARMArchVersion >= V7A; }
bool hasVFP2() const { return ARMFPUType >= VFPv2; }