[polly] r330679 - Fixup Polly for an LLVM header file change.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 23 19:23:41 PDT 2018


Author: dblaikie
Date: Mon Apr 23 19:23:41 2018
New Revision: 330679

URL: http://llvm.org/viewvc/llvm-project?rev=330679&view=rev
Log:
Fixup Polly for an LLVM header file change.

Modified:
    polly/trunk/lib/CodeGen/CodegenCleanup.cpp
    polly/trunk/lib/Transform/Canonicalization.cpp

Modified: polly/trunk/lib/CodeGen/CodegenCleanup.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/CodegenCleanup.cpp?rev=330679&r1=330678&r2=330679&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/CodegenCleanup.cpp (original)
+++ polly/trunk/lib/CodeGen/CodegenCleanup.cpp Mon Apr 23 19:23:41 2018
@@ -17,6 +17,7 @@
 #include "llvm/PassRegistry.h"
 #include "llvm/PassSupport.h"
 #include "llvm/Support/Debug.h"
+#include "llvm/Transforms/InstCombine/InstCombine.h"
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Transforms/Scalar/GVN.h"
 #include "llvm/Transforms/Utils.h"

Modified: polly/trunk/lib/Transform/Canonicalization.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Transform/Canonicalization.cpp?rev=330679&r1=330678&r2=330679&view=diff
==============================================================================
--- polly/trunk/lib/Transform/Canonicalization.cpp (original)
+++ polly/trunk/lib/Transform/Canonicalization.cpp Mon Apr 23 19:23:41 2018
@@ -17,6 +17,7 @@
 #include "polly/LinkAllPasses.h"
 #include "polly/Options.h"
 #include "llvm/Transforms/IPO.h"
+#include "llvm/Transforms/InstCombine/InstCombine.h"
 #include "llvm/Transforms/Scalar.h"
 #include "llvm/Transforms/Utils.h"
 




More information about the llvm-commits mailing list