projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc85724
)
don't use stdio
author
Chris Lattner
<sabre@nondot.org>
Tue, 27 Oct 2009 20:42:54 +0000
(20:42 +0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
index 73c9c5f57ec29a0fe80aa20359d97d38bf830fb1..59357aeff2ad114986065d80b2e5d79e33a1e93d 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
@@
-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();
}