Remove extra white space line.
llvm-svn: 83979
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user