* rtl.h (AUTO_INC_DEC): Fix typo of HAVE_POST_MODIFY_DISP.

From-SVN: r197398
This commit is contained in:
Bin Cheng 2013-04-03 10:25:08 +00:00 committed by Bin Cheng
parent 6805bd3666
commit ec9202a887
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-04-03 Bin Cheng <bin.cheng@arm.com>
* rtl.h (AUTO_INC_DEC): Fix typo of HAVE_POST_MODIFY_DISP.
2013-04-03 Marc Glisse <marc.glisse@inria.fr>
PR tree-optimization/56790

View File

@ -1657,7 +1657,7 @@ do { \
#if (defined (HAVE_PRE_INCREMENT) || defined (HAVE_PRE_DECREMENT) \
|| defined (HAVE_POST_INCREMENT) || defined (HAVE_POST_DECREMENT) \
|| defined (HAVE_PRE_MODIFY_DISP) || defined (HAVE_PRE_MODIFY_DISP) \
|| defined (HAVE_PRE_MODIFY_DISP) || defined (HAVE_POST_MODIFY_DISP) \
|| defined (HAVE_PRE_MODIFY_REG) || defined (HAVE_POST_MODIFY_REG))
#define AUTO_INC_DEC
#endif