Remove extra blank line.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169692 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Craig Topper 2012-12-09 08:20:52 +00:00
parent 5518a1355b
commit 5a0f372feb

View File

@ -2782,7 +2782,6 @@ SDValue DAGCombiner::visitAND(SDNode *N) {
}
}
}
return SDValue();
}