Commit ed3d4d82 by Rainer Orth Committed by Rainer Orth

Fix SPARC bootstrap: sancov.c needs memmodel.h

	* sancov.c: Include memmodel.h.

From-SVN: r251863
parent 2db98b5a
2017-09-08 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* sancov.c: Include memmodel.h.
2017-09-07 Eric Botcazou <ebotcazou@adacore.com>
PR target/80897
......
......@@ -28,6 +28,7 @@ along with GCC; see the file COPYING3. If not see
#include "basic-block.h"
#include "options.h"
#include "flags.h"
#include "memmodel.h"
#include "tm_p.h"
#include "stmt.h"
#include "gimple-iterator.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment