Changes in directory llvm/tools/bugpoint:

CrashDebugger.cpp updated: 1.51 -> 1.52
---
Log message:

Forgot a }


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

 CrashDebugger.cpp |    1 +
 1 files changed, 1 insertion(+)


Index: llvm/tools/bugpoint/CrashDebugger.cpp
diff -u llvm/tools/bugpoint/CrashDebugger.cpp:1.51 
llvm/tools/bugpoint/CrashDebugger.cpp:1.52
--- llvm/tools/bugpoint/CrashDebugger.cpp:1.51  Fri Oct 27 15:18:06 2006
+++ llvm/tools/bugpoint/CrashDebugger.cpp       Fri Oct 27 15:22:04 2006
@@ -398,6 +398,7 @@
           if (GVs.size() < OldSize)
             BD.EmitProgressBytecode("reduced-global-variables");
         }
+      }
     }
   }
 



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

Reply via email to