[llvm-commits] [llvm] r116811 - /llvm/trunk/include/llvm/GlobalVariable.h
Mikhail Glushenkov
foldr at codedgers.com
Tue Oct 19 09:47:15 PDT 2010
Author: foldr
Date: Tue Oct 19 11:47:15 2010
New Revision: 116811
URL: http://llvm.org/viewvc/llvm-project?rev=116811&view=rev
Log:
Trailing whitespace.
Modified:
llvm/trunk/include/llvm/GlobalVariable.h
Modified: llvm/trunk/include/llvm/GlobalVariable.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/GlobalVariable.h?rev=116811&r1=116810&r2=116811&view=diff
==============================================================================
--- llvm/trunk/include/llvm/GlobalVariable.h (original)
+++ llvm/trunk/include/llvm/GlobalVariable.h Tue Oct 19 11:47:15 2010
@@ -68,7 +68,7 @@
/// Provide fast operand accessors
DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);
- /// isDeclaration - Is this global variable lacking an initializer? If so,
+ /// isDeclaration - Is this global variable lacking an initializer? If so,
/// the global variable is defined in some other translation unit, and is thus
/// only a declaration here.
virtual bool isDeclaration() const { return getNumOperands() == 0; }
More information about the llvm-commits
mailing list