summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/FoldingSet.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2006-10-27 19:20:12 +0000
committerJim Laskey <jlaskey@mac.com>2006-10-27 19:20:12 +0000
commita9e9cae33eb5d9676503466adbfa73d93d381b5a (patch)
tree8dd5c75b264c01faed03e843dd4ecb89b71cbda1 /llvm/lib/Support/FoldingSet.cpp
parenta88e609c0ff9b411c01296115c52deb5bd79fc59 (diff)
downloadbcm5719-llvm-a9e9cae33eb5d9676503466adbfa73d93d381b5a.tar.gz
bcm5719-llvm-a9e9cae33eb5d9676503466adbfa73d93d381b5a.zip
Grrr.
llvm-svn: 31223
Diffstat (limited to 'llvm/lib/Support/FoldingSet.cpp')
-rw-r--r--llvm/lib/Support/FoldingSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/FoldingSet.cpp b/llvm/lib/Support/FoldingSet.cpp
index 7d0dca2cb13..1f22a1f5e24 100644
--- a/llvm/lib/Support/FoldingSet.cpp
+++ b/llvm/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) {
OpenPOWER on IntegriCloud