summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2012-12-09 08:20:52 +0000
committerCraig Topper <craig.topper@gmail.com>2012-12-09 08:20:52 +0000
commit5a0f372feb994a07ce40687c5ecff2e2c792bf24 (patch)
tree4a49ea9c2d3928d480d74b1abd2db8a13cbbf2ec
parent5518a1355b8b09bf92419b65ea4e4854734b0ebc (diff)
downloadllvm-5a0f372feb994a07ce40687c5ecff2e2c792bf24.tar.gz
llvm-5a0f372feb994a07ce40687c5ecff2e2c792bf24.tar.bz2
llvm-5a0f372feb994a07ce40687c5ecff2e2c792bf24.tar.xz
Remove extra blank line.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169692 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/CodeGen/SelectionDAG/DAGCombiner.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
index 4a17dc0d2c..6a43337041 100644
--- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -2782,7 +2782,6 @@ SDValue DAGCombiner::visitAND(SDNode *N) {
}
}
}
-
return SDValue();
}