don't use stdio
authorChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 20:42:54 +0000 (20:42 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 27 Oct 2009 20:42:54 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85296 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp

index 73c9c5f57ec29a0fe80aa20359d97d38bf830fb1..59357aeff2ad114986065d80b2e5d79e33a1e93d 100644 (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();
 }