diff --git a/lib/Transforms/IPO/OldPoolAllocate.cpp b/lib/Transforms/IPO/OldPoolAllocate.cpp index f7437db81e3..b064513ae3b 100644 --- a/lib/Transforms/IPO/OldPoolAllocate.cpp +++ b/lib/Transforms/IPO/OldPoolAllocate.cpp @@ -380,6 +380,10 @@ public: // Nothing of interest } + void visitSetCondInst(SetCondInst *SCI) { + // hrm, notice a pattern? + } + void visitInstruction(Instruction *I) { cerr << "Unknown instruction to FunctionBodyTransformer:\n"; I->dump();