summaryrefslogtreecommitdiffstats
path: root/chromium/v8/src/compiler/machine-graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/v8/src/compiler/machine-graph.h')
-rw-r--r--chromium/v8/src/compiler/machine-graph.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromium/v8/src/compiler/machine-graph.h b/chromium/v8/src/compiler/machine-graph.h
index 9eb5998dfc7..87175847f54 100644
--- a/chromium/v8/src/compiler/machine-graph.h
+++ b/chromium/v8/src/compiler/machine-graph.h
@@ -43,6 +43,7 @@ class V8_EXPORT_PRIVATE MachineGraph : public NON_EXPORTED_BASE(ZoneObject) {
// TODO(turbofan): Code using Int32Constant/Int64Constant to store pointer
// constants is probably not serializable.
Node* IntPtrConstant(intptr_t value);
+ Node* UintPtrConstant(uintptr_t value);
Node* TaggedIndexConstant(intptr_t value);