From: Benjamin Kramer Date: Tue, 11 Aug 2009 16:03:08 +0000 (+0000) Subject: This void is implicit in C++. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=327365e58fd8aa2159be77f86b8017da814c59e1;p=oota-llvm.git This void is implicit in C++. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78678 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMConstantPoolValue.cpp b/lib/Target/ARM/ARMConstantPoolValue.cpp index a598af4f228..8e85d3dec6a 100644 --- a/lib/Target/ARM/ARMConstantPoolValue.cpp +++ b/lib/Target/ARM/ARMConstantPoolValue.cpp @@ -66,7 +66,7 @@ int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, return -1; } -ARMConstantPoolValue::~ARMConstantPoolValue(void) { +ARMConstantPoolValue::~ARMConstantPoolValue() { free((void*)S); }