diff options
author | Craig Topper <craig.topper@gmail.com> | 2012-12-09 08:20:52 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@gmail.com> | 2012-12-09 08:20:52 +0000 |
commit | 5ea3bdd75b7032e18160a0eae13e6a7527f837a5 (patch) | |
tree | 20ec64d86322c6dfc99e333d941c4f90c7e91458 /llvm/lib | |
parent | fd8eca202f517a65f9668990ecdc9c710406ff9e (diff) | |
download | bcm5719-llvm-5ea3bdd75b7032e18160a0eae13e6a7527f837a5.tar.gz bcm5719-llvm-5ea3bdd75b7032e18160a0eae13e6a7527f837a5.zip |
Remove extra blank line.
llvm-svn: 169692
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index 4a17dc0d2c3..6a433370412 100644 --- a/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -2782,7 +2782,6 @@ SDValue DAGCombiner::visitAND(SDNode *N) { } } } - return SDValue(); } |