Remove UnwindInst

Code no longer builds against head of LLVM branch after revision 149906
removed the unwind instruction.
This commit is contained in:
Alex Reece
2012-02-07 17:17:25 -05:00
committed by Matt Pharr
parent f3089df086
commit ea18427d29

View File

@@ -437,9 +437,11 @@ namespace {
void visitInvokeInst(InvokeInst &I) {
llvm_unreachable("Lowerinvoke pass didn't work!");
}
#if !defined(LLVM_3_1) && !defined(LLVM_3_1svn)
void visitUnwindInst(UnwindInst &I) {
llvm_unreachable("Lowerinvoke pass didn't work!");
}
#endif // !LLVM_3_1svn
void visitResumeInst(ResumeInst &I) {
llvm_unreachable("DwarfEHPrepare pass didn't work!");
}