Remove extra white space line.

llvm-svn: 83979
This commit is contained in:
Devang Patel 2009-10-13 17:02:38 +00:00
parent 7468489deb
commit 9f73552852
1 changed files with 0 additions and 1 deletions

View File

@ -1112,7 +1112,6 @@ static void ReplaceUsesOfNonProtoTypeWithRealFunction(llvm::GlobalValue *Old,
// Finally, remove the old call, replacing any uses with the new one.
CI->replaceAllUsesWith(NewCall);
CI->eraseFromParent();
}
}