Strip trailing white space.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84256 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Duncan Sands 2009-10-16 15:20:13 +00:00
parent 0f2bd97434
commit ed90342d8a
2 changed files with 41 additions and 43 deletions

View File

@ -331,5 +331,3 @@ Value *SSAUpdater::GetValueAtEndOfBlockInternal(BasicBlock *BB) {
return InsertedVal;
}