mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-19 01:48:34 +00:00
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46836 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
167b8bc24d
commit
b3f5cfc670
@ -225,7 +225,7 @@ ConstantInt *ConstantInt::get(const Type *Ty, uint64_t V, bool isSigned) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Get a ConstantInt from an APInt. Note that the value stored in the DenseMap
|
// Get a ConstantInt from an APInt. Note that the value stored in the DenseMap
|
||||||
// as the key, is a DensMapAPIntKeyInfo::KeyTy which has provided the
|
// as the key, is a DenseMapAPIntKeyInfo::KeyTy which has provided the
|
||||||
// operator== and operator!= to ensure that the DenseMap doesn't attempt to
|
// operator== and operator!= to ensure that the DenseMap doesn't attempt to
|
||||||
// compare APInt's of different widths, which would violate an APInt class
|
// compare APInt's of different widths, which would violate an APInt class
|
||||||
// invariant which generates an assertion.
|
// invariant which generates an assertion.
|
||||||
|
Loading…
Reference in New Issue
Block a user