diff options
| -rw-r--r-- | llvm/lib/CodeGen/ObjectCodeEmitter.cpp | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/ObjectCodeEmitter.cpp b/llvm/lib/CodeGen/ObjectCodeEmitter.cpp index 6f763404f53..cf05275d7a3 100644 --- a/llvm/lib/CodeGen/ObjectCodeEmitter.cpp +++ b/llvm/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  | 

