diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-30 06:44:50 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-04-30 06:44:50 +0000 |
commit | 99aa6e156a2d2e2fd20d454c37fcc3bf936d504c (patch) | |
tree | 9018c626cb4c0df7af23963e1088601568ede23e /llvm/lib | |
parent | 0aca1c30c691bcf8fbe9d112210cad3052e22708 (diff) | |
download | bcm5719-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
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Transforms/Scalar/ConstantHoisting.cpp | 1 |
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; |