forked from OSchip/llvm-project
parent
7c50c9bd63
commit
eda08015ee
|
@ -66,7 +66,7 @@ int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP,
|
|||
return -1;
|
||||
}
|
||||
|
||||
ARMConstantPoolValue::~ARMConstantPoolValue(void) {
|
||||
ARMConstantPoolValue::~ARMConstantPoolValue() {
|
||||
free((void*)S);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue