From: Devang Patel Date: Tue, 13 Oct 2009 17:02:38 +0000 (+0000) Subject: Remove extra white space line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=70cf5306f0ae9a36642858fdaa4ce7ff8194a20d;p=clang Remove extra white space line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83979 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/CodeGenModule.cpp b/lib/CodeGen/CodeGenModule.cpp index a7a9805452..d84a397a7f 100644 --- a/lib/CodeGen/CodeGenModule.cpp +++ b/lib/CodeGen/CodeGenModule.cpp @@ -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(); } }