summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2018-09-24 08:18:47 +0000
committerHans Wennborg <hans@hanshq.net>2018-09-24 08:18:47 +0000
commit83d15dfe2d00ae104d075856c4e1221e8ef67269 (patch)
treee8aa10a7ffcb0a6b7527eb10262ac62a72d3f09d /llvm/lib/CodeGen
parentc017656202f1d48f9bca3f696466da189eb36be6 (diff)
downloadbcm5719-llvm-83d15dfe2d00ae104d075856c4e1221e8ef67269.tar.gz
bcm5719-llvm-83d15dfe2d00ae104d075856c4e1221e8ef67269.zip
Remove debug printf leftover from r342397
llvm-svn: 342863
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 2827ab2cd2b..fd7d5917359 100644
--- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -13898,8 +13898,6 @@ bool DAGCombiner::MergeStoresOfConstantsOrVecElts(
((uint64_t)IdxC * MemVT.getVectorNumElements()) / Elts;
Idx = DAG.getConstant(NewIdx, SDLoc(Val), Idx.getValueType());
}
- if (!MemVT.isVector() && Val.getValueType().isVector())
- dbgs() << "hit!\n";
EVT NewVecTy =
EVT::getVectorVT(*DAG.getContext(), MemVTScalarTy, Elts);
Vec = DAG.getBitcast(NewVecTy, Vec);
OpenPOWER on IntegriCloud