Strip trailing whitespace

llvm-svn: 282579
This commit is contained in:
Simon Pilgrim 2016-09-28 11:08:00 +00:00
parent 9e447e9726
commit 55b8eaa505
1 changed files with 1 additions and 1 deletions

View File

@ -27137,7 +27137,7 @@ static SDValue combineSelectOfTwoConstants(SDNode *N, SelectionDAG &DAG) {
return Cond;
}
}
return SDValue();
}