llvm-svn: 31223
This commit is contained in:
Jim Laskey 2006-10-27 19:20:12 +00:00
parent 398ce23c4d
commit 904dfc49e6

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) {