Fix checking disabled build.
gcc/ChangeLog: 2021-11-13 Jan Hubicka <hubicka@ucw.cz> * ipa-modref-tree.c: Move #if CHECKING_P to proper place.
This commit is contained in:
parent
04c5a91d06
commit
af47f22fd5
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,6 @@ along with GCC; see the file COPYING3. If not see
|
|||
#include "ipa-modref-tree.h"
|
||||
#include "selftest.h"
|
||||
|
||||
#if CHECKING_P
|
||||
|
||||
/* Return true if both accesses are the same. */
|
||||
bool
|
||||
modref_access_node::operator == (modref_access_node &a) const
|
||||
|
@ -563,6 +561,8 @@ modref_access_node::insert (vec <modref_access_node, va_gc> *&accesses,
|
|||
return 1;
|
||||
}
|
||||
|
||||
#if CHECKING_P
|
||||
|
||||
namespace selftest {
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue