[llvm-commits] [llvm] r78177 - /llvm/trunk/lib/CodeGen/ObjectCodeEmitter.cpp
Bruno Cardoso Lopes
bruno.cardoso at gmail.com
Wed Aug 5 00:00:47 PDT 2009
Author: bruno
Date: Wed Aug 5 02:00:43 2009
New Revision: 78177
URL: http://llvm.org/viewvc/llvm-project?rev=78177&view=rev
Log:
Remove accidental commited comment
Modified:
llvm/trunk/lib/CodeGen/ObjectCodeEmitter.cpp
Modified: llvm/trunk/lib/CodeGen/ObjectCodeEmitter.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/ObjectCodeEmitter.cpp?rev=78177&r1=78176&r2=78177&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/ObjectCodeEmitter.cpp (original)
+++ llvm/trunk/lib/CodeGen/ObjectCodeEmitter.cpp Wed Aug 5 02:00:43 2009
@@ -137,7 +137,5 @@
return CPSections[Index];
}
-/// getNoopSize - Returns the size of the no operation instruction
-
} // end namespace llvm
More information about the llvm-commits
mailing list