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;
|
using namespace llvm;
|
||||||
|
|
||||||
namespace polly {
|
namespace polly {
|
||||||
Pass *createAffSCEVItTesterPass();
|
|
||||||
#ifdef CLOOG_FOUND
|
#ifdef CLOOG_FOUND
|
||||||
Pass *createCloogExporterPass();
|
Pass *createCloogExporterPass();
|
||||||
Pass *createCloogInfoPass();
|
Pass *createCloogInfoPass();
|
||||||
|
|
@ -81,7 +80,6 @@ namespace {
|
||||||
if (std::getenv("bar") != (char*) -1)
|
if (std::getenv("bar") != (char*) -1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
createAffSCEVItTesterPass();
|
|
||||||
#ifdef CLOOG_FOUND
|
#ifdef CLOOG_FOUND
|
||||||
createCloogExporterPass();
|
createCloogExporterPass();
|
||||||
createCloogInfoPass();
|
createCloogInfoPass();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue