diff options
| author | Nick Lewycky <nicholas@mxc.ca> | 2011-08-22 18:26:12 +0000 |
|---|---|---|
| committer | Nick Lewycky <nicholas@mxc.ca> | 2011-08-22 18:26:12 +0000 |
| commit | 97f73cb449a411c6df3292fd4214725fbb1527fe (patch) | |
| tree | f5d9f6725768c5ccd550814d4b6dc75976314c90 /llvm/lib/CodeGen | |
| parent | ac92e77bb8e585065caf595c590085971b13f0f4 (diff) | |
| download | bcm5719-llvm-97f73cb449a411c6df3292fd4214725fbb1527fe.tar.gz bcm5719-llvm-97f73cb449a411c6df3292fd4214725fbb1527fe.zip | |
Be less redundant.
llvm-svn: 138252
Diffstat (limited to 'llvm/lib/CodeGen')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp index dfc4fd2e9e9..11371ab29d6 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp @@ -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"); |

