forked from OSchip/llvm-project
Remove leftover definitions
Contributed by: Michael Kruse <MichaelKruse@meinersbur.de> llvm-svn: 161174
This commit is contained in:
parent
ae298f2c08
commit
b19de925e9
|
@ -28,7 +28,6 @@ namespace llvm {
|
|||
using namespace llvm;
|
||||
|
||||
namespace polly {
|
||||
Pass *createAffSCEVItTesterPass();
|
||||
#ifdef CLOOG_FOUND
|
||||
Pass *createCloogExporterPass();
|
||||
Pass *createCloogInfoPass();
|
||||
|
@ -81,7 +80,6 @@ namespace {
|
|||
if (std::getenv("bar") != (char*) -1)
|
||||
return;
|
||||
|
||||
createAffSCEVItTesterPass();
|
||||
#ifdef CLOOG_FOUND
|
||||
createCloogExporterPass();
|
||||
createCloogInfoPass();
|
||||
|
|
Loading…
Reference in New Issue