Grrr.
[oota-llvm.git] / lib / Support / FoldingSet.cpp
index 7d0dca2cb13aa1dd2f3c024174808b9aeb557ef7..1f22a1f5e24cf86987b537598baae1ed9aefaf14 100644 (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) {