[cfe-commits] r85901 - /cfe/trunk/lib/CodeGen/CGValue.h

Mike Stump mrs at apple.com
Tue Nov 3 08:11:58 PST 2009


Author: mrs
Date: Tue Nov  3 10:11:57 2009
New Revision: 85901

URL: http://llvm.org/viewvc/llvm-project?rev=85901&view=rev
Log:
Fix documentation.

Modified:
    cfe/trunk/lib/CodeGen/CGValue.h

Modified: cfe/trunk/lib/CodeGen/CGValue.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGValue.h?rev=85901&r1=85900&r2=85901&view=diff

==============================================================================
--- cfe/trunk/lib/CodeGen/CGValue.h (original)
+++ cfe/trunk/lib/CodeGen/CGValue.h Tue Nov  3 10:11:57 2009
@@ -47,7 +47,7 @@
 
   bool isVolatileQualified() const { return Volatile; }
 
-  /// getScalar() - Return the Value* of this scalar value.
+  /// getScalarVal() - Return the Value* of this scalar value.
   llvm::Value *getScalarVal() const {
     assert(isScalar() && "Not a scalar!");
     return V1;





More information about the cfe-commits mailing list