From 70cf5306f0ae9a36642858fdaa4ce7ff8194a20d Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 13 Oct 2009 17:02:38 +0000 Subject: Remove extra white space line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83979 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/CodeGenModule.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/CodeGen/CodeGenModule.cpp') 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(); } } -- cgit v1.2.3-18-g5258