don't use stdio

llvm-svn: 85296
This commit is contained in:
Chris Lattner 2009-10-27 20:42:54 +00:00
parent 4567db45b8
commit 26076a8f10
1 changed files with 1 additions and 1 deletions

View File

@ -2132,7 +2132,7 @@ void SelectionDAGLowering::visitSwitch(SwitchInst &SI) {
}
void SelectionDAGLowering::visitIndBr(IndBrInst &I) {
fprintf(stderr, "indbr codegen not implemented yet");
errs() << "indbr codegen not implemented yet!\n";
abort();
}