mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-05 12:31:33 +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
|
UndefValueVal, // This is an instance of UndefValue
|
||||||
BlockAddressVal, // This is an instance of BlockAddress
|
BlockAddressVal, // This is an instance of BlockAddress
|
||||||
ConstantExprVal, // This is an instance of ConstantExpr
|
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
|
ConstantIntVal, // This is an instance of ConstantInt
|
||||||
ConstantFPVal, // This is an instance of ConstantFP
|
ConstantFPVal, // This is an instance of ConstantFP
|
||||||
ConstantArrayVal, // This is an instance of ConstantArray
|
ConstantArrayVal, // This is an instance of ConstantArray
|
||||||
|
Loading…
Reference in New Issue
Block a user