summaryrefslogtreecommitdiff
path: root/lib
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
commit38dbc8460217c5a5e89b09d901a0a006c9c99385 (patch)
tree2df0ec3aa9112b2420dd795a9ec405023e684899 /lib
parentf3ce0c061e4d424ffcc61baa6c857cd2b8fd6eb2 (diff)
downloadllvm-38dbc8460217c5a5e89b09d901a0a006c9c99385.tar.gz
llvm-38dbc8460217c5a5e89b09d901a0a006c9c99385.tar.bz2
llvm-38dbc8460217c5a5e89b09d901a0a006c9c99385.tar.xz
ConstantHoisting.cpp: Add <tuple> for std::tie, since r207593 removed FileSystem.h, it includes <tuple>.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@207614 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Scalar/ConstantHoisting.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Transforms/Scalar/ConstantHoisting.cpp b/lib/Transforms/Scalar/ConstantHoisting.cpp
index 7c3a260947..763d02b9fc 100644
--- a/lib/Transforms/Scalar/ConstantHoisting.cpp
+++ b/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;