[llvm-commits] CVS: llvm/include/llvm/CodeGen/InstrForest.h
Chris Lattner
lattner at cs.uiuc.edu
Sat Jul 26 18:19:01 PDT 2003
Changes in directory llvm/include/llvm/CodeGen:
InstrForest.h updated: 1.28 -> 1.29
---
Log message:
Whoops, this one was needed
---
Diffs of the changes:
Index: llvm/include/llvm/CodeGen/InstrForest.h
diff -u llvm/include/llvm/CodeGen/InstrForest.h:1.28 llvm/include/llvm/CodeGen/InstrForest.h:1.29
--- llvm/include/llvm/CodeGen/InstrForest.h:1.28 Sat Jul 26 17:59:45 2003
+++ llvm/include/llvm/CodeGen/InstrForest.h Sat Jul 26 18:18:11 2003
@@ -20,6 +20,7 @@
#define LLVM_CODEGEN_INSTRFOREST_H
#include "llvm/Instruction.h"
+#include "Support/hash_map"
class Constant;
class Function;
More information about the llvm-commits
mailing list