]> gcc.gnu.org Git - gcc.git/commitdiff
re PR rtl-optimization/46433 (var-tracking.c doesn't include tm_p.h)
authorJoern Rennecke <amylaar@spamcop.net>
Fri, 12 Nov 2010 13:20:28 +0000 (13:20 +0000)
committerJoern Rennecke <amylaar@gcc.gnu.org>
Fri, 12 Nov 2010 13:20:28 +0000 (13:20 +0000)
        PR rtl-optimization/46433
        * var-tracking.c: Include tm_p.h .

From-SVN: r166651

gcc/ChangeLog
gcc/var-tracking.c

index 50aad2985d420d6cc1ef4768e6c27736d3b8b667..ab4de80c7f4792ec71e01bfb042f7305b1e82854 100644 (file)
@@ -20,6 +20,9 @@
        Don't use variable length array.
        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>
 
        PR debug/46375
index b9c6908e2b3a232afdf6ed5b9626b39f6f311ed3..5967ddfd4e29b3ccc3c07d87e22671091bdf5997 100644 (file)
@@ -92,6 +92,7 @@
 #include "tm.h"
 #include "rtl.h"
 #include "tree.h"
+#include "tm_p.h"
 #include "hard-reg-set.h"
 #include "basic-block.h"
 #include "flags.h"
This page took 0.119749 seconds and 5 git commands to generate.