OSDN Git Service

Remove extra blank line.
authorCraig Topper <craig.topper@gmail.com>
Sun, 9 Dec 2012 08:20:52 +0000 (08:20 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 9 Dec 2012 08:20:52 +0000 (08:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169692 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/DAGCombiner.cpp

index 4a17dc0..6a43337 100644 (file)
@@ -2782,7 +2782,6 @@ SDValue DAGCombiner::visitAND(SDNode *N) {
       }
     }
   }
-      
 
   return SDValue();
 }