Commit f42865cb by Joern Rennecke Committed by Joern Rennecke

re PR rtl-optimization/46433 (var-tracking.c doesn't include tm_p.h)

        PR rtl-optimization/46433
        * var-tracking.c: Include tm_p.h .

From-SVN: r166651
parent 882557be
...@@ -20,6 +20,9 @@ ...@@ -20,6 +20,9 @@
Don't use variable length array. Don't use variable length array.
Put nested if/else into block. Put nested if/else into block.
PR rtl-optimization/46433
* var-tracking.c: Include tm_p.h .
2010-11-12 Eric Botcazou <ebotcazou@adacore.com> 2010-11-12 Eric Botcazou <ebotcazou@adacore.com>
PR debug/46375 PR debug/46375
...@@ -92,6 +92,7 @@ ...@@ -92,6 +92,7 @@
#include "tm.h" #include "tm.h"
#include "rtl.h" #include "rtl.h"
#include "tree.h" #include "tree.h"
#include "tm_p.h"
#include "hard-reg-set.h" #include "hard-reg-set.h"
#include "basic-block.h" #include "basic-block.h"
#include "flags.h" #include "flags.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment