summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGExprScalar.cpp
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-10-29 15:48:44 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-11-03 21:02:29 +0000
commit5e1f661d0a5cc9d86ecccdd2224254571aaede21 (patch)
tree5a51cfa56376bc61e0f02b3dd4abcf639352c410 /lib/CodeGen/CGExprScalar.cpp
parent1646423aa7d657da1e95126c5b1bf2a9e72d8160 (diff)
downloadflang-5e1f661d0a5cc9d86ecccdd2224254571aaede21.tar.gz
Update code to llvm 3.6.
Updating API's to build with llvm 3.6.
Diffstat (limited to 'lib/CodeGen/CGExprScalar.cpp')
-rw-r--r--lib/CodeGen/CGExprScalar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGExprScalar.cpp b/lib/CodeGen/CGExprScalar.cpp
index a6c7464788..6ddcc2b592 100644
--- a/lib/CodeGen/CGExprScalar.cpp
+++ b/lib/CodeGen/CGExprScalar.cpp
@@ -22,7 +22,7 @@
#include "llvm/IR/GlobalVariable.h"
#include "llvm/IR/Intrinsics.h"
#include "llvm/IR/Module.h"
-#include "llvm/Support/CFG.h"
+#include "llvm/IR/CFG.h"
namespace flang {
namespace CodeGen {