git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31223 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Laskey 2006-10-27 19:20:12 +00:00
parent 788a0c6a18
commit 47ce6b4752

View File

@ -62,7 +62,7 @@ void FoldingSetImpl::NodeID::AddString(const std::string &String) {
Pos = Units * sizeof(unsigned);
} else {
#else
}
{
#endif
// Otherwise do it the hard way.
for ( Pos += 4; Pos < Size; Pos += 4) {