ARM: Use the correct delete operator for RFE
This commit is contained in:
@@ -110,7 +110,7 @@ class RfeOp : public MightBeMicro
|
||||
virtual
|
||||
~RfeOp()
|
||||
{
|
||||
delete uops;
|
||||
delete [] uops;
|
||||
}
|
||||
|
||||
StaticInstPtr
|
||||
|
||||
Reference in New Issue
Block a user