r202828 - [Modules] Update to reflect the move of CFG.h to the IR library in LLVM
Chandler Carruth
chandlerc at gmail.com
Tue Mar 4 03:46:22 PST 2014
Author: chandlerc
Date: Tue Mar 4 05:46:22 2014
New Revision: 202828
URL: http://llvm.org/viewvc/llvm-project?rev=202828&view=rev
Log:
[Modules] Update to reflect the move of CFG.h to the IR library in LLVM
r202827.
Modified:
cfe/trunk/lib/CodeGen/CGExprScalar.cpp
Modified: cfe/trunk/lib/CodeGen/CGExprScalar.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/CodeGen/CGExprScalar.cpp?rev=202828&r1=202827&r2=202828&view=diff
==============================================================================
--- cfe/trunk/lib/CodeGen/CGExprScalar.cpp (original)
+++ cfe/trunk/lib/CodeGen/CGExprScalar.cpp Tue Mar 4 05:46:22 2014
@@ -22,13 +22,13 @@
#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;
More information about the cfe-commits
mailing list