From: Mike Stump Date: Tue, 3 Nov 2009 16:11:57 +0000 (+0000) Subject: Fix documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=519202d315e3f74f42d8a1dea7b2f23dee1a66f0;p=clang Fix documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85901 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CGValue.h b/lib/CodeGen/CGValue.h index 2a06f51f66..fa77471bce 100644 --- a/lib/CodeGen/CGValue.h +++ b/lib/CodeGen/CGValue.h @@ -47,7 +47,7 @@ public: 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;