[gcc(refs/users/aldyh/heads/threader-refactor)] wip wip
Aldy Hernandez
aldyh@gcc.gnu.org
Wed Nov 25 14:49:51 GMT 2020
https://gcc.gnu.org/g:58347075e625f546f9a615a9e1bec926eca0d5e9
commit 58347075e625f546f9a615a9e1bec926eca0d5e9
Author: Aldy Hernandez <aldyh@redhat.com>
Date: Mon Nov 23 19:05:18 2020 +0100
wip wip
Diff:
---
gcc/tree-ssa-threadupdate.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gcc/tree-ssa-threadupdate.h b/gcc/tree-ssa-threadupdate.h
index 8c67778e9ef..ce54b74d199 100644
--- a/gcc/tree-ssa-threadupdate.h
+++ b/gcc/tree-ssa-threadupdate.h
@@ -33,7 +33,7 @@ enum jump_thread_edge_type
class jump_thread_edge
{
public:
- jump_thread_edge (edge e, jump_thread_edge_type type) : e (e), type (type) {}
+ jump_thread_edge (edge e, jump_thread_edge_type t) : e (e), type (t) {}
edge e;
enum jump_thread_edge_type type;
More information about the Gcc-cvs
mailing list