mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-20 11:32:33 +00:00
Be less redundant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138252 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f1c8e3e70e
commit
33e94fa99c
@ -43,7 +43,6 @@ void DAGTypeLegalizer::ScalarizeVectorResult(SDNode *N, unsigned ResNo) {
|
||||
dbgs() << "ScalarizeVectorResult #" << ResNo << ": ";
|
||||
N->dump(&DAG);
|
||||
dbgs() << "\n";
|
||||
dbgs() << "Do not know how to scalarize the result of this operator!\n";
|
||||
#endif
|
||||
report_fatal_error("Do not know how to scalarize the result of this "
|
||||
"operator!\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user