diff options
| author | Andy Gibbs <andyg1001@hotmail.co.uk> | 2013-11-12 17:10:46 +0000 |
|---|---|---|
| committer | Andy Gibbs <andyg1001@hotmail.co.uk> | 2013-11-12 17:10:46 +0000 |
| commit | 78fc064b1aa1cbc8561b5dc52ba6df471a18770a (patch) | |
| tree | 835e8203fa57df49bac1eb726ce5bbb403819878 | |
| parent | fd4ce193ba135461791ecd6ca4fbf2ad662c71b9 (diff) | |
| download | bcm5719-llvm-78fc064b1aa1cbc8561b5dc52ba6df471a18770a.tar.gz bcm5719-llvm-78fc064b1aa1cbc8561b5dc52ba6df471a18770a.zip | |
PassManagerBase has moved into the legacy namespace as of r194324; match it here.
llvm-svn: 194490
| -rw-r--r-- | polly/include/polly/RegisterPasses.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polly/include/polly/RegisterPasses.h b/polly/include/polly/RegisterPasses.h index ccfda1fe9ac..26c2059b8a3 100644 --- a/polly/include/polly/RegisterPasses.h +++ b/polly/include/polly/RegisterPasses.h @@ -14,6 +14,8 @@ #ifndef POLLY_REGISTER_PASSES_H #define POLLY_REGISTER_PASSES_H namespace llvm { +namespace legacy { class PassManagerBase; } +} #endif |

