Fix a typo in a comment.

llvm-svn: 46836
This commit is contained in:
Dan Gohman 2008-02-07 02:30:40 +00:00
parent 43523e0fe8
commit b3efe03672
1 changed files with 1 additions and 1 deletions

View File

@ -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
// 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
// compare APInt's of different widths, which would violate an APInt class
// invariant which generates an assertion.