summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2008-01-15 21:43:17 +0000
committerChuck Rose III <cfr@adobe.com>2008-01-15 21:43:17 +0000
commitfe2714fab316bf07e7657f316c5ef246dee30c21 (patch)
tree9594098e82c9312dd994536dbc57a29795d9edca /llvm/utils/TableGen/CodeGenDAGPatterns.cpp
parent59e6d533bd58c8c68217b66eeb18b2033b67d893 (diff)
downloadbcm5719-llvm-fe2714fab316bf07e7657f316c5ef246dee30c21.tar.gz
bcm5719-llvm-fe2714fab316bf07e7657f316c5ef246dee30c21.zip
Add files to windows project files. Also include <algorithm> explicitly so that vstudio build works
llvm-svn: 46013
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
-rw-r--r--llvm/utils/TableGen/CodeGenDAGPatterns.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
index 7851b328c70..14b2b80bee6 100644
--- a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
+++ b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp
@@ -18,6 +18,7 @@
#include "llvm/Support/Debug.h"
#include "llvm/Support/Streams.h"
#include <set>
+#include <algorithm>
using namespace llvm;
//===----------------------------------------------------------------------===//
OpenPOWER on IntegriCloud