[llvm-commits] [llvm] r105096 - /llvm/trunk/include/llvm/Value.h
Nick Lewycky
nicholas at mxc.ca
Fri May 28 23:11:16 PDT 2010
Author: nicholas
Date: Sat May 29 01:11:16 2010
New Revision: 105096
URL: http://llvm.org/viewvc/llvm-project?rev=105096&view=rev
Log:
Fix typo.
Modified:
llvm/trunk/include/llvm/Value.h
Modified: llvm/trunk/include/llvm/Value.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Value.h?rev=105096&r1=105095&r2=105096&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Value.h (original)
+++ llvm/trunk/include/llvm/Value.h Sat May 29 01:11:16 2010
@@ -210,7 +210,7 @@
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
More information about the llvm-commits
mailing list