aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-08-22 18:26:12 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-08-22 18:26:12 +0000
commit33e94fa99c5771f7c078267a0d201f6389b617b4 (patch)
tree596e8221ba0f5bcec7194370cfa6eefafd42ca3d /lib/CodeGen
parentf1c8e3e70e222365b84f4cb7e87396ee85820711 (diff)
downloadexternal_llvm-33e94fa99c5771f7c078267a0d201f6389b617b4.zip
external_llvm-33e94fa99c5771f7c078267a0d201f6389b617b4.tar.gz
external_llvm-33e94fa99c5771f7c078267a0d201f6389b617b4.tar.bz2
Be less redundant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138252 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
-rw-r--r--lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp b/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
index dfc4fd2..11371ab 100644
--- a/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
+++ b/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");