* tree-vrp.h: Add include guard.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@250846
138bc75d-0d04-0410-961f-
82ee72b054a4
+2017-08-03 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
+
+ * tree-vrp.h: Add include guard.
+
2017-08-02 Uros Bizjak <ubizjak@gmail.com>
PR target/81644
along with GCC; see the file COPYING3. If not see
<http://www.gnu.org/licenses/>. */
+#ifndef GCC_TREE_VRP_H
+#define GCC_TREE_VRP_H
+
/* Type of value ranges. See value_range_d In tree-vrp.c for a
description of these types. */
enum value_range_type { VR_UNDEFINED, VR_RANGE,
value_range *vr0_,
tree op0_type);
+#endif /* GCC_TREE_VRP_H */