[llvm-commits] CVS: llvm/utils/TableGen/TableGen.cpp
Misha Brukman
brukman at cs.uiuc.edu
Thu Aug 14 11:06:01 PDT 2003
Changes in directory llvm/utils/TableGen:
TableGen.cpp updated: 1.18 -> 1.19
---
Log message:
Using `std::remove' requires `cstdio.h'.
---
Diffs of the changes:
Index: llvm/utils/TableGen/TableGen.cpp
diff -u llvm/utils/TableGen/TableGen.cpp:1.18 llvm/utils/TableGen/TableGen.cpp:1.19
--- llvm/utils/TableGen/TableGen.cpp:1.18 Tue Aug 5 23:47:56 2003
+++ llvm/utils/TableGen/TableGen.cpp Thu Aug 14 11:05:35 2003
@@ -17,6 +17,7 @@
#include "InstrInfoEmitter.h"
#include "InstrSelectorEmitter.h"
#include <algorithm>
+#include <cstdio>
#include <fstream>
enum ActionType {
More information about the llvm-commits
mailing list