Hand-merge static_inst.hh. These execute functions are within an external file in the new CPU case.
cpu/static_inst.hh:
Hand-merge. These execute functions are within an external file in the new CPU case.
--HG--
extra : convert_revision : a34112f471fa31bdd5bb53552ddd704b9571c110
This commit is contained in:
@@ -2872,12 +2872,6 @@ operator/(Temp l, Temp r)
|
||||
return NodePtr(new BinaryNode<std::divides<Result> >(l, r));
|
||||
}
|
||||
|
||||
inline Temp
|
||||
operator%(Temp l, Temp r)
|
||||
{
|
||||
return NodePtr(new BinaryNode<std::modulus<Result> >(l, r));
|
||||
}
|
||||
|
||||
inline Temp
|
||||
operator-(Temp l)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user