[llvm-commits] CVS: llvm/utils/TableGen/InstrInfoEmitter.cpp
Jeff Cohen
jeffc at jolt-lang.org
Tue Nov 1 10:04:17 PST 2005
Changes in directory llvm/utils/TableGen:
InstrInfoEmitter.cpp updated: 1.30 -> 1.31
---
Log message:
Keep VC++ happy.
---
Diffs of the changes: (+1 -0)
InstrInfoEmitter.cpp | 1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/TableGen/InstrInfoEmitter.cpp
diff -u llvm/utils/TableGen/InstrInfoEmitter.cpp:1.30 llvm/utils/TableGen/InstrInfoEmitter.cpp:1.31
--- llvm/utils/TableGen/InstrInfoEmitter.cpp:1.30 Mon Oct 31 11:16:46 2005
+++ llvm/utils/TableGen/InstrInfoEmitter.cpp Tue Nov 1 12:04:06 2005
@@ -15,6 +15,7 @@
#include "InstrInfoEmitter.h"
#include "CodeGenTarget.h"
#include "Record.h"
+#include <algorithm>
using namespace llvm;
// runEnums - Print out enum values for all of the instructions.
More information about the llvm-commits
mailing list