summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Oblock <gary@amperecomputing.com>2020-06-04 10:33:46 -0700
committerGary Oblock <gary@amperecomputing.com>2020-06-04 10:33:46 -0700
commit43c64ce69e6bb70169394987d9cfbcf4f1fa932e (patch)
treeba13bf3130eb1b85588d471a9a67339dcaecaa4e
parentc7947a5375748e2e2a1b9d6f9f0ba1a37be56dbb (diff)
Some minor changres (comments) Erick made while in remote control under
Zoom.
-rw-r--r--gcc/gimple-escaper.c4
-rw-r--r--gcc/ipa-prototype.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/gimple-escaper.c b/gcc/gimple-escaper.c
index 4e5794e6300..a71a588df2b 100644
--- a/gcc/gimple-escaper.c
+++ b/gcc/gimple-escaper.c
@@ -99,7 +99,9 @@ GimpleEscaper::_walk_pre(gassign *s)
{
Reason reason;
// We really should also walk over the different assigns...
- //exprEscaper.update(expr, reason);
+
+// Is there a type cast?
+//exprEscaper.update(expr, reason);
}
void
diff --git a/gcc/ipa-prototype.c b/gcc/ipa-prototype.c
index 0017e9d71b1..96d19760949 100644
--- a/gcc/ipa-prototype.c
+++ b/gcc/ipa-prototype.c
@@ -258,6 +258,7 @@ iphw_execute()
//calculate_escaping_types(types, eacalc);
place_escaping_types_in_set(types, gimpleEscaper.exprEscaper.typeEscaper.calc);
fix_escaping_types_in_set(types);
+ // -fipa-protytpe -fdump-ipa-prototype
print_escaping_types_in_set(types);
sanity_check_escape_xor_not(types);
sanity_check_escape_union_not_equals_ptrset(types);