Revision: 16610
Author: [email protected]
Date: Tue Sep 10 11:11:26 2013 UTC
Log: Remove unused method HType::IsTagged().
BUG=
[email protected]
Review URL: https://codereview.chromium.org/24087004
http://code.google.com/p/v8/source/detail?r=16610
Modified:
/branches/bleeding_edge/src/hydrogen-instructions.h
=======================================
--- /branches/bleeding_edge/src/hydrogen-instructions.h Mon Sep 9 16:34:40
2013 UTC
+++ /branches/bleeding_edge/src/hydrogen-instructions.h Tue Sep 10 11:11:26
2013 UTC
@@ -373,10 +373,6 @@
bool IsSubtypeOf(const HType& other) {
return Combine(other).Equals(other);
}
-
- bool IsTagged() const {
- return ((type_ & kTagged) == kTagged);
- }
bool IsTaggedPrimitive() const {
return ((type_ & kTaggedPrimitive) == kTaggedPrimitive);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.