commit | 98eef869aeee2edcba7a212060b6002339abffbf | [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 | dc85724f703bddf6988b6b3f20203beab775f32b [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(); }