/*
- * Copyright (C) 2012 Apple Inc. All rights reserved.
+ * Copyright (C) 2012, 2014 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
#include "DFGMinifiedGraph.h"
#include "DFGVariableEvent.h"
#include "Operands.h"
+#include "ValueRecovery.h"
#include <wtf/Vector.h>
namespace JSC { namespace DFG {
unsigned index, Operands<ValueRecovery>&) const;
private:
- bool tryToSetConstantRecovery(ValueRecovery&, CodeBlock*, MinifiedNode*) const;
+ bool tryToSetConstantRecovery(ValueRecovery&, MinifiedNode*) const;
void logEvent(const VariableEvent&);
};