[polly] r203049 - [Layering] Update include of DebugInfo.h which moved to the IR library

Chandler Carruth chandlerc at gmail.com
Wed Mar 5 16:47:27 PST 2014


Author: chandlerc
Date: Wed Mar  5 18:47:27 2014
New Revision: 203049

URL: http://llvm.org/viewvc/llvm-project?rev=203049&view=rev
Log:
[Layering] Update include of DebugInfo.h which moved to the IR library
in LLVM r203046.

Modified:
    polly/trunk/lib/Analysis/ScopDetection.cpp

Modified: polly/trunk/lib/Analysis/ScopDetection.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopDetection.cpp?rev=203049&r1=203048&r2=203049&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopDetection.cpp (original)
+++ polly/trunk/lib/Analysis/ScopDetection.cpp Wed Mar  5 18:47:27 2014
@@ -56,10 +56,10 @@
 #include "llvm/Analysis/RegionIterator.h"
 #include "llvm/Analysis/ScalarEvolution.h"
 #include "llvm/Analysis/ScalarEvolutionExpressions.h"
-#include "llvm/DebugInfo.h"
-#include "llvm/IR/LLVMContext.h"
+#include "llvm/IR/DebugInfo.h"
 #include "llvm/IR/DiagnosticInfo.h"
 #include "llvm/IR/DiagnosticPrinter.h"
+#include "llvm/IR/LLVMContext.h"
 
 #define DEBUG_TYPE "polly-detect"
 #include "llvm/Support/Debug.h"





More information about the llvm-commits mailing list