Be less redundant.
authorNick Lewycky <nicholas@mxc.ca>
Mon, 22 Aug 2011 18:26:12 +0000 (18:26 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Mon, 22 Aug 2011 18:26:12 +0000 (18:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138252 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp

index dfc4fd2e9e914c14044678350558e805d6f69756..11371ab29d624779f9fee8dd1ffd6db468ce209d 100644 (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");