From 9f73552852510ea9c427797dba25689c451e40a7 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. llvm-svn: 83979 --- clang/lib/CodeGen/CodeGenModule.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'clang/lib/CodeGen/CodeGenModule.cpp') diff --git a/clang/lib/CodeGen/CodeGenModule.cpp b/clang/lib/CodeGen/CodeGenModule.cpp index a7a9805452d..d84a397a7f4 100644 --- a/clang/lib/CodeGen/CodeGenModule.cpp +++ b/clang/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