summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenTBAA.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2018-12-11 03:18:39 +0000
committerRichard Trieu <rtrieu@google.com>2018-12-11 03:18:39 +0000
commit6368818fd572b49ecb062906ed4a379bca4447df (patch)
treeb682df90e74fb68785796483b0c7b25ff8c9cf8e /clang/lib/CodeGen/CodeGenTBAA.cpp
parent0b3ddec7eda5c09d90fac18e37db8793960e00e4 (diff)
downloadbcm5719-llvm-6368818fd572b49ecb062906ed4a379bca4447df.tar.gz
bcm5719-llvm-6368818fd572b49ecb062906ed4a379bca4447df.zip
Move CodeGenOptions from Frontend to Basic
Basic uses CodeGenOptions and should not depend on Frontend. llvm-svn: 348827
Diffstat (limited to 'clang/lib/CodeGen/CodeGenTBAA.cpp')
-rw-r--r--clang/lib/CodeGen/CodeGenTBAA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenTBAA.cpp b/clang/lib/CodeGen/CodeGenTBAA.cpp
index ec48231e524..27d39716d22 100644
--- a/clang/lib/CodeGen/CodeGenTBAA.cpp
+++ b/clang/lib/CodeGen/CodeGenTBAA.cpp
@@ -20,7 +20,7 @@
#include "clang/AST/Attr.h"
#include "clang/AST/Mangle.h"
#include "clang/AST/RecordLayout.h"
-#include "clang/Frontend/CodeGenOptions.h"
+#include "clang/Basic/CodeGenOptions.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/IR/Constants.h"
#include "llvm/IR/LLVMContext.h"
OpenPOWER on IntegriCloud