[polly] r194490 - PassManagerBase has moved into the legacy namespace as of r194324; match it here.

Andy Gibbs andyg1001 at hotmail.co.uk
Tue Nov 12 09:10:46 PST 2013


Author: andyg
Date: Tue Nov 12 11:10:46 2013
New Revision: 194490

URL: http://llvm.org/viewvc/llvm-project?rev=194490&view=rev
Log:
PassManagerBase has moved into the legacy namespace as of r194324; match it here.

Modified:
    polly/trunk/include/polly/RegisterPasses.h

Modified: polly/trunk/include/polly/RegisterPasses.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/RegisterPasses.h?rev=194490&r1=194489&r2=194490&view=diff
==============================================================================
--- polly/trunk/include/polly/RegisterPasses.h (original)
+++ polly/trunk/include/polly/RegisterPasses.h Tue Nov 12 11:10:46 2013
@@ -14,6 +14,8 @@
 #ifndef POLLY_REGISTER_PASSES_H
 #define POLLY_REGISTER_PASSES_H
 namespace llvm {
+namespace legacy {
 class PassManagerBase;
 }
+}
 #endif





More information about the llvm-commits mailing list