[llvm-commits] CVS: llvm/tools/bugpoint/ExtractFunction.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Wed Sep 10 16:12:03 PDT 2003
Changes in directory llvm/tools/bugpoint:
ExtractFunction.cpp updated: 1.13 -> 1.14
---
Log message:
Check in the fix I meant to apply here, but mistakenly applied to
tools/extract instead..... heh
---
Diffs of the changes:
Index: llvm/tools/bugpoint/ExtractFunction.cpp
diff -u llvm/tools/bugpoint/ExtractFunction.cpp:1.13 llvm/tools/bugpoint/ExtractFunction.cpp:1.14
--- llvm/tools/bugpoint/ExtractFunction.cpp:1.13 Thu Aug 7 16:19:30 2003
+++ llvm/tools/bugpoint/ExtractFunction.cpp Wed Sep 10 16:11:42 2003
@@ -9,6 +9,7 @@
#include "llvm/Constant.h"
#include "llvm/Module.h"
#include "llvm/PassManager.h"
+#include "llvm/Pass.h"
#include "llvm/Type.h"
#include "llvm/Analysis/Verifier.h"
#include "llvm/Transforms/IPO.h"
More information about the llvm-commits
mailing list