aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ObjectCodeEmitter.cpp
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-08-05 07:00:43 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-08-05 07:00:43 +0000
commit6e88a515992390312c96da99ffb82fc2da3c4a4f (patch)
treea735304531c93655b250797ba9624c5ebd322a3e /lib/CodeGen/ObjectCodeEmitter.cpp
parent52d0851446afe2ae923fc7e7ee56aa4c9d61c1e1 (diff)
downloadexternal_llvm-6e88a515992390312c96da99ffb82fc2da3c4a4f.zip
external_llvm-6e88a515992390312c96da99ffb82fc2da3c4a4f.tar.gz
external_llvm-6e88a515992390312c96da99ffb82fc2da3c4a4f.tar.bz2
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.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/CodeGen/ObjectCodeEmitter.cpp b/lib/CodeGen/ObjectCodeEmitter.cpp
index 6f76340..cf05275 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