Commit c7ddc044 by Thomas Schwinge Committed by Thomas Schwinge

More dump_flags_t conversion

	gcc/brig/
	* brigfrontend/brig-to-generic.h (class brig_to_generic): Use
	"dump_flags_t" for "m_dump_flags" member.

From-SVN: r248200
parent 8a57ecff
2017-05-18 Thomas Schwinge <thomas@codesourcery.com>
* brigfrontend/brig-to-generic.h (class brig_to_generic): Use
"dump_flags_t" for "m_dump_flags" member.
2017-05-13 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com> 2017-05-13 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
* brigfrontend/brig-code-entry-handler.cc * brigfrontend/brig-code-entry-handler.cc
......
...@@ -169,7 +169,7 @@ private: ...@@ -169,7 +169,7 @@ private:
FILE *m_dump_file; FILE *m_dump_file;
/* The original dump file flags. */ /* The original dump file flags. */
int m_dump_flags; dump_flags_t m_dump_flags;
}; };
/* Produce a "mangled name" for the given brig variable. The mangling is used /* Produce a "mangled name" for the given brig variable. The mangling is used
......
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