]> granicus.if.org Git - clang/commitdiff
[Modules] Update to reflect the move of CFG.h to the IR library in LLVM
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 11:46:22 +0000 (11:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Mar 2014 11:46:22 +0000 (11:46 +0000)
r202827.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@202828 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CGExprScalar.cpp

index f24c20ca42d8ee8418a7cb43f589c9cfcabc7fe4..580cb15028c4c40bf91b5041186aada63f521b8d 100644 (file)
 #include "clang/AST/StmtVisitor.h"
 #include "clang/Basic/TargetInfo.h"
 #include "clang/Frontend/CodeGenOptions.h"
+#include "llvm/IR/CFG.h"
 #include "llvm/IR/Constants.h"
 #include "llvm/IR/DataLayout.h"
 #include "llvm/IR/Function.h"
 #include "llvm/IR/GlobalVariable.h"
 #include "llvm/IR/Intrinsics.h"
 #include "llvm/IR/Module.h"
-#include "llvm/Support/CFG.h"
 #include <cstdarg>
 
 using namespace clang;