commit | dab00f86c61d0de362877671ffb2c835e59b84a1 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Tue Oct 27 20:42:54 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Tue Oct 27 20:42:54 2009 +0000 |
tree | 0c767e3a8af97b10857e7ce0bb2a2c92a7894da5 | |
parent | 4f6ac2f5671ce45a9690e24bd753770111611166 [diff] [blame] |
don't use stdio git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85296 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp index 73c9c5f..59357ae 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@ -2132,7 +2132,7 @@ } void SelectionDAGLowering::visitIndBr(IndBrInst &I) { - fprintf(stderr, "indbr codegen not implemented yet"); + errs() << "indbr codegen not implemented yet!\n"; abort(); }