diff options
author | Devang Patel <dpatel@apple.com> | 2009-10-13 17:02:38 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-10-13 17:02:38 +0000 |
commit | 9f73552852510ea9c427797dba25689c451e40a7 (patch) | |
tree | b8d04cb5074c5ee98316b971278370600f1c8789 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 7468489deb143c563ac8e21405e043199628032d (diff) | |
download | bcm5719-llvm-9f73552852510ea9c427797dba25689c451e40a7.tar.gz bcm5719-llvm-9f73552852510ea9c427797dba25689c451e40a7.zip |
Remove extra white space line.
llvm-svn: 83979
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | clang/lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } } |