Skip to content
Snippets Groups Projects
Commit a9e9cae3 authored by Jim Laskey's avatar Jim Laskey
Browse files

Grrr.

llvm-svn: 31223
parent a88e609c
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ void FoldingSetImpl::NodeID::AddString(const std::string &String) { ...@@ -62,7 +62,7 @@ void FoldingSetImpl::NodeID::AddString(const std::string &String) {
Pos = Units * sizeof(unsigned); Pos = Units * sizeof(unsigned);
} else { } else {
#else #else
} {
#endif #endif
// Otherwise do it the hard way. // Otherwise do it the hard way.
for ( Pos += 4; Pos < Size; Pos += 4) { for ( Pos += 4; Pos < Size; Pos += 4) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment