aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/InstrInfoEmitter.cpp
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-11-01 18:04:06 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-11-01 18:04:06 +0000
commitcb366d980a389e5b9c3fc2b9aae373c0ba2903c6 (patch)
tree4a1bf3408bd23775a95eaee7f0abaef2535daa81 /utils/TableGen/InstrInfoEmitter.cpp
parentb0ddb49419e531f0152a59ef848d6391f82eef18 (diff)
downloadexternal_llvm-cb366d980a389e5b9c3fc2b9aae373c0ba2903c6.zip
external_llvm-cb366d980a389e5b9c3fc2b9aae373c0ba2903c6.tar.gz
external_llvm-cb366d980a389e5b9c3fc2b9aae373c0ba2903c6.tar.bz2
Keep VC++ happy.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24137 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/InstrInfoEmitter.cpp')
-rw-r--r--utils/TableGen/InstrInfoEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/TableGen/InstrInfoEmitter.cpp b/utils/TableGen/InstrInfoEmitter.cpp
index 0626a30..c911ad3 100644
--- a/utils/TableGen/InstrInfoEmitter.cpp
+++ b/utils/TableGen/InstrInfoEmitter.cpp
@@ -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.