[llvm-commits] CVS: llvm/lib/Support/FoldingSet.cpp

Jim Laskey jlaskey at apple.com
Fri Oct 27 12:20:31 PDT 2006



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) {






More information about the llvm-commits mailing list