aboutsummaryrefslogtreecommitdiff
path: root/stable_hash.h
diff options
context:
space:
mode:
authorSid Nayyar <sidnayyar@google.com>2023-03-28 13:28:06 +0100
committerGiuliano Procida <gprocida@google.com>2023-03-29 20:29:25 +0100
commit96c0b116c6c266de45a59d4ebe87149b6ff94a9d (patch)
tree4dd2416b4ec1836ce0a03ddf7980beb760f875c0 /stable_hash.h
parenta620c88765d4aefc748871690ea7873a1dbdfb8e (diff)
downloadstg-96c0b116c6c266de45a59d4ebe87149b6ff94a9d.tar.gz
type_roots: Rename STG internal `Symbols` node to `Interface`
The root node of STG, currently called `Symbols`, will be extended to be able to hold types as roots. This calls for renaming `Symbols` to `Interface`. This change does not break compatibility with any previously exported STG format files. PiperOrigin-RevId: 519998916 Change-Id: I58f783b0c9be1034303a895a654cc08b13013116
Diffstat (limited to 'stable_hash.h')
-rw-r--r--stable_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stable_hash.h b/stable_hash.h
index 37ecc62..9e7e27a 100644
--- a/stable_hash.h
+++ b/stable_hash.h
@@ -49,7 +49,7 @@ class StableHash {
HashValue operator()(const Enumeration&);
HashValue operator()(const Function&);
HashValue operator()(const ElfSymbol&);
- HashValue operator()(const Symbols&);
+ HashValue operator()(const Interface&);
private:
const Graph& graph_;