diff --git a/lib/CodeGen/ObjectCodeEmitter.cpp b/lib/CodeGen/ObjectCodeEmitter.cpp index 6f763404f53..cf05275d7a3 100644 --- a/lib/CodeGen/ObjectCodeEmitter.cpp +++ b/lib/CodeGen/ObjectCodeEmitter.cpp @@ -137,7 +137,5 @@ uintptr_t ObjectCodeEmitter::getConstantPoolEntrySection(unsigned Index) const { return CPSections[Index]; } -/// getNoopSize - Returns the size of the no operation instruction - } // end namespace llvm