From: Craig Topper Date: Sun, 9 Dec 2012 08:20:52 +0000 (+0000) Subject: Remove extra blank line. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=5a0f372feb994a07ce40687c5ecff2e2c792bf24;p=oota-llvm.git Remove extra blank line. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169692 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 4a17dc0d2c3..6a433370412 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -2782,7 +2782,6 @@ SDValue DAGCombiner::visitAND(SDNode *N) { } } } - return SDValue(); }