Remove accidental commited comment
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 5 Aug 2009 07:00:43 +0000 (07:00 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Wed, 5 Aug 2009 07:00:43 +0000 (07:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78177 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/ObjectCodeEmitter.cpp

index 6f763404f53ea75c257239ce89daa5ecb00f540a..cf05275d7a3152daae491d0e54b4e5d3b0b076c6 100644 (file)
@@ -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