aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-alias-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-alias-common.c')
-rw-r--r--gcc/tree-alias-common.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/tree-alias-common.c b/gcc/tree-alias-common.c
index d4d2d94387f..df46241213b 100644
--- a/gcc/tree-alias-common.c
+++ b/gcc/tree-alias-common.c
@@ -52,11 +52,6 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include "tree-pass.h"
#include "timevar.h"
-/* Reduce ifdefery later. */
-#ifndef HAVE_BANSHEE
-#define HAVE_BANSHEE 0
-#endif
-
/* This file contains the implementation of the common parts of the
tree points-to analysis infrastructure.
@@ -975,7 +970,7 @@ static void
create_alias_vars (void)
{
basic_block bb;
-#if HAVE_BANSHEE
+#ifdef HAVE_BANSHEE
if (flag_tree_points_to == PTA_ANDERSEN)
current_alias_ops = andersen_alias_ops;
else