]> granicus.if.org Git - clang/commitdiff
Remove extra white space line.
authorDevang Patel <dpatel@apple.com>
Tue, 13 Oct 2009 17:02:38 +0000 (17:02 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 13 Oct 2009 17:02:38 +0000 (17:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83979 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/CodeGenModule.cpp

index a7a9805452dc5866f3f4ba8e31bb56de9ba58fef..d84a397a7f4276f75e97c91a70a4a2a41865ef92 100644 (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();
   }
 }