mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-20 19:20:23 +00:00
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105096 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
701d4d309f
commit
6ed9d40aa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user