diff options
Diffstat (limited to 'gcc/loop-invariant.c')
-rw-r--r-- | gcc/loop-invariant.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/loop-invariant.c b/gcc/loop-invariant.c index b880ead..4fc73d4 100644 --- a/gcc/loop-invariant.c +++ b/gcc/loop-invariant.c @@ -58,8 +58,9 @@ along with GCC; see the file COPYING3. If not see /* The data stored for the loop. */ -struct loop_data +class loop_data { +public: struct loop *outermost_exit; /* The outermost exit of the loop. */ bool has_call; /* True if the loop contains a call. */ /* Maximal register pressure inside loop for given register class |