From 98fcfdbf9d02a72301386b6f07fcb0b11bb8d099 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Wed, 5 Aug 2009 07:00:43 +0000 Subject: [PATCH] Remove accidental commited comment llvm-svn: 78177 --- llvm/lib/CodeGen/ObjectCodeEmitter.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/lib/CodeGen/ObjectCodeEmitter.cpp b/llvm/lib/CodeGen/ObjectCodeEmitter.cpp index 6f763404f53e..cf05275d7a31 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