From 47ce6b4752ae245c3443bfbbc6268b902a03a4b2 Mon Sep 17 00:00:00 2001 From: Jim Laskey Date: Fri, 27 Oct 2006 19:20:12 +0000 Subject: [PATCH] Grrr. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31223 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/FoldingSet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/FoldingSet.cpp b/lib/Support/FoldingSet.cpp index 7d0dca2cb13..1f22a1f5e24 100644 --- a/lib/Support/FoldingSet.cpp +++ b/lib/Support/FoldingSet.cpp @@ -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) { -- 2.34.1