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 | 70cf5306f0ae9a36642858fdaa4ce7ff8194a20d (patch) | |
tree | ed63e60683b86200149add25a51afd1042756e4c /lib/CodeGen/CodeGenModule.cpp | |
parent | 3b122bc5f1203615e2128e0c1a63da438865b1cc (diff) |
Remove extra white space line.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@83979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CodeGenModule.cpp')
-rw-r--r-- | lib/CodeGen/CodeGenModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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(); } } |