clean up warnings when building in release mode

llvm-svn: 20658
This commit is contained in:
Duraid Madina 2005-03-17 19:00:40 +00:00
parent bf01370fc3
commit df642ff2ae
1 changed files with 2 additions and 0 deletions

View File

@ -319,6 +319,7 @@ LowerVAArgNext(bool isVANext, SDOperand Chain, SDOperand VAList,
const Type *ArgTy, SelectionDAG &DAG) {
assert(0 && "LowerVAArgNext not done yet!\n");
abort();
}
@ -327,6 +328,7 @@ LowerFrameReturnAddress(bool isFrameAddress, SDOperand Chain, unsigned Depth,
SelectionDAG &DAG) {
assert(0 && "LowerFrameReturnAddress not done yet\n");
abort();
}