Fix documentation.

llvm-svn: 85901
This commit is contained in:
Mike Stump 2009-11-03 16:11:57 +00:00
parent 90fedc6ef9
commit 462a4aa787
1 changed files with 1 additions and 1 deletions

View File

@ -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;