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:
Nick Lewycky 2011-08-22 18:26:12 +00:00
parent f1c8e3e70e
commit 33e94fa99c

View File

@ -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");