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
This commit is contained in:
Chandler Carruth
2010-06-15 23:19:56 +00:00
parent 6c4d63e1a5
commit 8509824cdb
12 changed files with 13 additions and 13 deletions

View File

@@ -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"