diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2015-09-11 15:05:29 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2015-09-11 15:05:29 +0000 |
commit | 3e94031632cd643ae5f71478ff3bed08bdb4f1ce (patch) | |
tree | e4a563ab799d6fd0655fbaaa74ec86490f31bdc6 | |
parent | aba4daab10d0cf07a41fb5f9335390c019e47543 (diff) | |
download | bcm5719-llvm-3e94031632cd643ae5f71478ff3bed08bdb4f1ce.tar.gz bcm5719-llvm-3e94031632cd643ae5f71478ff3bed08bdb4f1ce.zip |
Update autoconf too: Analysis/TempScopInfo.cpp has been removed
llvm-svn: 247419
-rw-r--r-- | polly/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/Makefile b/polly/lib/Makefile index 75eed3417e5..6a3b077f67e 100644 --- a/polly/lib/Makefile +++ b/polly/lib/Makefile @@ -126,7 +126,6 @@ SOURCES= Polly.cpp \ Analysis/ScopInfo.cpp \ Analysis/ScopGraphPrinter.cpp \ Analysis/ScopPass.cpp \ - Analysis/TempScopInfo.cpp \ CodeGen/BlockGenerators.cpp \ CodeGen/LoopGenerators.cpp \ CodeGen/IRBuilder.cpp \ |