Index: src/arm/lithium-arm.h |
=================================================================== |
--- src/arm/lithium-arm.h (revision 6255) |
+++ src/arm/lithium-arm.h (working copy) |
@@ -445,6 +445,10 @@ |
public: |
DECLARE_CONCRETE_INSTRUCTION(CallStub, "call-stub") |
DECLARE_HYDROGEN_ACCESSOR(CallStub) |
+ |
+ TranscendentalCache::Type transcendental_type() { |
+ return hydrogen()->transcendental_type(); |
+ } |
}; |