diff options
-rw-r--r-- | cpu/full_cpu/op_class.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpu/full_cpu/op_class.hh b/cpu/full_cpu/op_class.hh index 67ccaabad..dbaa6624a 100644 --- a/cpu/full_cpu/op_class.hh +++ b/cpu/full_cpu/op_class.hh @@ -51,7 +51,6 @@ enum OpClass { FloatSQRT, /* floating point square root */ RdPort, /* memory read port */ WrPort, /* memory write port */ - LvqPort, /* load value queue read port (redundant threading) */ IPrefPort, Num_OpClasses /* total functional unit classes */ }; |