[llvm-commits] [llvm] r154527 - /llvm/trunk/include/llvm/Metadata.h
Benjamin Kramer
benny.kra at googlemail.com
Wed Apr 11 13:20:37 PDT 2012
Author: d0k
Date: Wed Apr 11 15:20:37 2012
New Revision: 154527
URL: http://llvm.org/viewvc/llvm-project?rev=154527&view=rev
Log:
Fix pasto.
Modified:
llvm/trunk/include/llvm/Metadata.h
Modified: llvm/trunk/include/llvm/Metadata.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Metadata.h?rev=154527&r1=154526&r2=154527&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Metadata.h (original)
+++ llvm/trunk/include/llvm/Metadata.h Wed Apr 11 15:20:37 2012
@@ -77,7 +77,7 @@
friend class LLVMContextImpl;
friend struct FoldingSetTrait<MDNode>;
- /// NumOperands - If the MDNode is uniqued cache the hash to speed up lookup.
+ /// Hash - If the MDNode is uniqued cache the hash to speed up lookup.
unsigned Hash;
/// NumOperands - This many 'MDNodeOperand' items are co-allocated onto the
More information about the llvm-commits
mailing list