aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/passes.c')
-rw-r--r--gcc/passes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/passes.c b/gcc/passes.c
index 65568e0..ad8b018 100644
--- a/gcc/passes.c
+++ b/gcc/passes.c
@@ -1584,7 +1584,7 @@ pass_manager::pass_manager (context *ctxt)
#define NEXT_PASS(PASS, NUM) \
do { \
- gcc_assert (NULL == PASS ## _ ## NUM); \
+ gcc_assert (PASS ## _ ## NUM == NULL); \
if ((NUM) == 1) \
PASS ## _1 = make_##PASS (m_ctxt); \
else \