Silencing a warning about control flow reaching the end of a non-void function.

llvm-svn: 190304
This commit is contained in:
Aaron Ballman 2013-09-09 13:22:45 +00:00
parent 60f62ad3d3
commit c4280dd977
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ createReplacementInstr(ConstantExpr *CE, Instruction *Instr) {
default:
assert(0 && "Unhandled constant expression!\n");
}
llvm_unreachable("Unhandled constant expression!\n");
}
static bool replaceConstantExprOp(ConstantExpr *CE) {