diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2010-06-15 23:19:56 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2010-06-15 23:19:56 +0000 |
commit | 8509824cdbadea73459bc9655ab473c3f5c66b04 (patch) | |
tree | a18f62a28b9fdd9ce8a339e28b108bdc5e0f6932 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6c4d63e1a5b06708a0e15eb1b4a62c956d20b387 (diff) | |
download | bcm5719-llvm-8509824cdbadea73459bc9655ab473c3f5c66b04.tar.gz bcm5719-llvm-8509824cdbadea73459bc9655ab473c3f5c66b04.zip |
Move CodeGenOptions.h *back* into Frontend. This should have been done when the
dependency edge was reversed such that CodeGen depends on Frontend.
llvm-svn: 106065
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index 31842d61445..fbd80ed8d5b 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/lib/CodeGen/CodeGenModule.cpp @@ -18,7 +18,7 @@ #include "CGObjCRuntime.h" #include "Mangle.h" #include "TargetInfo.h" -#include "clang/CodeGen/CodeGenOptions.h" +#include "clang/Frontend/CodeGenOptions.h" #include "clang/AST/ASTContext.h" #include "clang/AST/CharUnits.h" #include "clang/AST/DeclObjC.h" |