diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-03-01 19:45:56 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-03-01 19:45:56 +0000 |
commit | b2c60b04a597cc5ba4154837cf8e0a155a376fd7 (patch) | |
tree | d043d09ce453c055996cbc6f9a4bf006fa1f08dd /lib/AST/ExprConstant.cpp | |
parent | 9a0b7052432b572024a95cf5026351b859add9bd (diff) |
Move llvm/ADT/SaveAndRestore.h -> llvm/Support/SaveAndRestore.h.
Needs llvm update.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/AST/ExprConstant.cpp')
-rw-r--r-- | lib/AST/ExprConstant.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AST/ExprConstant.cpp b/lib/AST/ExprConstant.cpp index 31750ead25..7bc044d192 100644 --- a/lib/AST/ExprConstant.cpp +++ b/lib/AST/ExprConstant.cpp @@ -44,7 +44,7 @@ #include "clang/Basic/Builtins.h" #include "clang/Basic/TargetInfo.h" #include "llvm/ADT/SmallString.h" -#include "llvm/ADT/SaveAndRestore.h" +#include "llvm/Support/SaveAndRestore.h" #include <cstring> #include <functional> |