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/Exchange/ScopLib.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/Exchange/ScopLib.cpp')
| -rw-r--r-- | polly/lib/Exchange/ScopLib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Exchange/ScopLib.cpp b/polly/lib/Exchange/ScopLib.cpp index 2516f5942f0..648b9d098d0 100644 --- a/polly/lib/Exchange/ScopLib.cpp +++ b/polly/lib/Exchange/ScopLib.cpp @@ -20,7 +20,7 @@ #include "polly/ScopInfo.h" #include "llvm/Support/CommandLine.h" -#include "llvm/Assembly/Writer.h" +#include "llvm/IR/Writer.h" #include "stdio.h" #include "isl/set.h" |

