summaryrefslogtreecommitdiffstats
path: root/llvm/utils
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2008-04-15 21:27:11 +0000
committerChuck Rose III <cfr@adobe.com>2008-04-15 21:27:11 +0000
commitc6a47e8a7950b4e05532e0718abedcc635ce9cf2 (patch)
treeef4d9c54900aef2c1fc6d66a70fff49df9fba653 /llvm/utils
parent7d6219f501c337157f08118e82aefc0a27c74b9c (diff)
downloadbcm5719-llvm-c6a47e8a7950b4e05532e0718abedcc635ce9cf2.tar.gz
bcm5719-llvm-c6a47e8a7950b4e05532e0718abedcc635ce9cf2.zip
VisualStudio project files updated. #include <algorithm> added to make VisualStudio happy. Also had to undefine setjmp because of #include <csetjmp> turning setjmp into _setjmp in VisualStudio.
llvm-svn: 49743
Diffstat (limited to 'llvm/utils')
-rw-r--r--llvm/utils/TableGen/RegisterInfoEmitter.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/RegisterInfoEmitter.cpp b/llvm/utils/TableGen/RegisterInfoEmitter.cpp
index ce95390054f..b9253cfd3e8 100644
--- a/llvm/utils/TableGen/RegisterInfoEmitter.cpp
+++ b/llvm/utils/TableGen/RegisterInfoEmitter.cpp
@@ -21,6 +21,7 @@
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/Streams.h"
#include <set>
+#include <algorithm>
using namespace llvm;
// runEnums - Print out enum values for all of the registers.
OpenPOWER on IntegriCloud