diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 12:59:58 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-01-07 12:59:58 +0000 |
| commit | e243b03a8c1041b8e8f2b733c7184d81d5c09601 (patch) | |
| tree | 13a4db0eb939e0405f518f114064c97caca4d6f4 /polly/lib/CodeGen/Cloog.cpp | |
| parent | 10b0915f85543f01e82b8d145a35cf7cbe1db1a2 (diff) | |
| download | bcm5719-llvm-e243b03a8c1041b8e8f2b733c7184d81d5c09601.tar.gz bcm5719-llvm-e243b03a8c1041b8e8f2b733c7184d81d5c09601.zip | |
Update #include paths for r198688 in LLVM that moved headers in the Assembly
directory to their proper homes.
llvm-svn: 198691
Diffstat (limited to 'polly/lib/CodeGen/Cloog.cpp')
| -rw-r--r-- | polly/lib/CodeGen/Cloog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/Cloog.cpp b/polly/lib/CodeGen/Cloog.cpp index 5d30c9c57b1..607dcbefe49 100644 --- a/polly/lib/CodeGen/Cloog.cpp +++ b/polly/lib/CodeGen/Cloog.cpp @@ -28,7 +28,7 @@ #include "polly/ScopInfo.h" #define DEBUG_TYPE "polly-cloog" -#include "llvm/Assembly/Writer.h" +#include "llvm/IR/Writer.h" #include "llvm/IR/Module.h" #include "llvm/Support/Debug.h" |

