summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-04-30 06:44:50 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-04-30 06:44:50 +0000
commit99aa6e156a2d2e2fd20d454c37fcc3bf936d504c (patch)
tree9018c626cb4c0df7af23963e1088601568ede23e
parent0aca1c30c691bcf8fbe9d112210cad3052e22708 (diff)
downloadbcm5719-llvm-99aa6e156a2d2e2fd20d454c37fcc3bf936d504c.tar.gz
bcm5719-llvm-99aa6e156a2d2e2fd20d454c37fcc3bf936d504c.zip
ConstantHoisting.cpp: Add <tuple> for std::tie, since r207593 removed FileSystem.h, it includes <tuple>.
llvm-svn: 207614
-rw-r--r--llvm/lib/Transforms/Scalar/ConstantHoisting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp b/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
index 7c3a2609477..763d02b9fcd 100644
--- a/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
+++ b/llvm/lib/Transforms/Scalar/ConstantHoisting.cpp
@@ -43,6 +43,7 @@
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/Pass.h"
#include "llvm/Support/Debug.h"
+#include <tuple>
using namespace llvm;
OpenPOWER on IntegriCloud