Changes in directory llvm/lib/Support:

FoldingSet.cpp updated: 1.4 -> 1.5
---
Log message:

Grrr.

---
Diffs of the changes:  (+1 -1)

 FoldingSet.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Support/FoldingSet.cpp
diff -u llvm/lib/Support/FoldingSet.cpp:1.4 llvm/lib/Support/FoldingSet.cpp:1.5
--- llvm/lib/Support/FoldingSet.cpp:1.4 Fri Oct 27 14:14:16 2006
+++ llvm/lib/Support/FoldingSet.cpp     Fri Oct 27 14:20:12 2006
@@ -62,7 +62,7 @@
     Pos = Units * sizeof(unsigned);
   } else {
 #else
-  }
+  {
 #endif
     // Otherwise do it the hard way.
     for ( Pos += 4; Pos < Size; Pos += 4) {



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to