mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-18 22:38:56 +00:00
The Grammar Police is out on patrol.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5985 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2d399096cf
commit
c8b27318a3
@ -27,7 +27,7 @@ std::string getPassesString(const std::vector<const PassInfo*> &Passes) {
|
|||||||
return Result;
|
return Result;
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeleteFunctionBody - "Remove" the function by deleting all of it's basic
|
// DeleteFunctionBody - "Remove" the function by deleting all of its basic
|
||||||
// blocks, making it external.
|
// blocks, making it external.
|
||||||
//
|
//
|
||||||
void DeleteFunctionBody(Function *F) {
|
void DeleteFunctionBody(Function *F) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user