summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2010-05-29 06:11:16 +0000
committerNick Lewycky <nicholas@mxc.ca>2010-05-29 06:11:16 +0000
commit6ed9d40aa113bba1101a9f74c661d0d11e229f50 (patch)
treed34b36e423df52d36a196c1914703c66893c0ea4
parent701d4d309f892d34428e3078f350d3d28d7d2a94 (diff)
downloadllvm-6ed9d40aa113bba1101a9f74c661d0d11e229f50.tar.gz
llvm-6ed9d40aa113bba1101a9f74c661d0d11e229f50.tar.bz2
llvm-6ed9d40aa113bba1101a9f74c661d0d11e229f50.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105096 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Value.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Value.h b/include/llvm/Value.h
index bc25a0f401..e092f6d986 100644
--- a/include/llvm/Value.h
+++ b/include/llvm/Value.h
@@ -210,7 +210,7 @@ public:
UndefValueVal, // This is an instance of UndefValue
BlockAddressVal, // This is an instance of BlockAddress
ConstantExprVal, // This is an instance of ConstantExpr
- ConstantAggregateZeroVal, // This is an instance of ConstantAggregateNull
+ ConstantAggregateZeroVal, // This is an instance of ConstantAggregateZero
ConstantIntVal, // This is an instance of ConstantInt
ConstantFPVal, // This is an instance of ConstantFP
ConstantArrayVal, // This is an instance of ConstantArray