*** empty log message ***
[oota-llvm.git] / lib / Transforms / IPO / OldPoolAllocate.cpp
index e74c8b22c15a3e7bad12eaba99aeab440fc861f1..c22d53ef91767e8a0547fc9e3069921d238f3903 100644 (file)
@@ -1759,5 +1759,6 @@ bool PoolAllocate::run(Module &M) {
 //
 Pass *createPoolAllocatePass() { 
   assert(0 && "Pool allocator disabled!");
+  return 0;
   //return new PoolAllocate(); 
 }