summaryrefslogtreecommitdiff
path: root/gcc/ipa-escape-analysis.h
diff options
context:
space:
mode:
authorErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 16:00:00 +0200
committerErick Ochoa <erick.ochoa@theobroma-systems.com>2020-05-14 16:00:00 +0200
commita89b85cdcd75aa36836967894a99d24bbc37338a (patch)
tree8f646867cf5f1a404f5f0514ffec7ceb9790852d /gcc/ipa-escape-analysis.h
parentcf730672e416091269ef355bd4a8be5cf2a23785 (diff)
Refactored code works in mcferick/type-escape-analysis-merge
Diffstat (limited to 'gcc/ipa-escape-analysis.h')
-rw-r--r--gcc/ipa-escape-analysis.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ipa-escape-analysis.h b/gcc/ipa-escape-analysis.h
new file mode 100644
index 00000000000..16611c2db56
--- /dev/null
+++ b/gcc/ipa-escape-analysis.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include "collect-types.h"
+
+void collect_types(ptrset_t &types);