mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
don't use stdio
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85296 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
dc85724f70
commit
98eef869ae
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user