diff options
Diffstat (limited to 'Source/JavaScriptCore/ftl/FTLCommonValues.h')
| -rw-r--r-- | Source/JavaScriptCore/ftl/FTLCommonValues.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/Source/JavaScriptCore/ftl/FTLCommonValues.h b/Source/JavaScriptCore/ftl/FTLCommonValues.h index 7ae059bc8..848090210 100644 --- a/Source/JavaScriptCore/ftl/FTLCommonValues.h +++ b/Source/JavaScriptCore/ftl/FTLCommonValues.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2013, 2014 Apple Inc. All rights reserved. + * Copyright (C) 2013 Apple Inc. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -26,10 +26,11 @@ #ifndef FTLCommonValues_h #define FTLCommonValues_h +#include <wtf/Platform.h> + #if ENABLE(FTL_JIT) #include "FTLAbbreviations.h" -#include "FTLValueRange.h" namespace JSC { namespace FTL { @@ -73,12 +74,6 @@ public: const LValue intPtrPtr; const LValue doubleZero; - const unsigned rangeKind; - const unsigned profKind; - const LValue branchWeights; - - const ValueRange nonNegativeInt32; - LContext const m_context; LModule m_module; }; |
