[llvm-commits] CVS: llvm/tools/bugpoint/CrashDebugger.cpp
Bill Wendling
isanbard at gmail.com
Fri Oct 27 13:22:18 PDT 2006
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");
}
+ }
}
}
More information about the llvm-commits
mailing list