From 519202d315e3f74f42d8a1dea7b2f23dee1a66f0 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Tue, 3 Nov 2009 16:11:57 +0000 Subject: [PATCH] Fix documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85901 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CGValue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0