CPU: Add a flag to identify a read barrier to the static inst class.

This commit is contained in:
Gabe Black 2009-02-25 10:19:33 -08:00
parent 5d5e001ac3
commit 9940e21fa9

View file

@ -159,6 +159,7 @@ class StaticInstBase : public RefCounted
IsSerializeAfter,
IsMemBarrier, ///< Is a memory barrier
IsWriteBarrier, ///< Is a write barrier
IsReadBarrier, ///< Is a read barrier
IsERET, /// <- Causes the IFU to stall (MIPS ISA)
IsNonSpeculative, ///< Should not be executed speculatively