From 6e88a515992390312c96da99ffb82fc2da3c4a4f 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78177 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/ObjectCodeEmitter.cpp | 2 -- 1 file changed, 2 deletions(-) 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