diff options
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-08-05 07:00:43 +0000 |
---|---|---|
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2009-08-05 07:00:43 +0000 |
commit | 6e88a515992390312c96da99ffb82fc2da3c4a4f (patch) | |
tree | a735304531c93655b250797ba9624c5ebd322a3e /lib/CodeGen/ObjectCodeEmitter.cpp | |
parent | 52d0851446afe2ae923fc7e7ee56aa4c9d61c1e1 (diff) |
Remove accidental commited comment
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78177 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ObjectCodeEmitter.cpp')
-rw-r--r-- | lib/CodeGen/ObjectCodeEmitter.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/ObjectCodeEmitter.cpp b/lib/CodeGen/ObjectCodeEmitter.cpp index 6f763404f5..cf05275d7a 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 |