mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-23 04:01:16 +00:00
Update comments to new-style syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79263 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5d17eddb0c
commit
d802f7e290
@ -29,8 +29,8 @@ using namespace llvm;
|
||||
STATISTIC(NumLowered, "Number of allocations lowered");
|
||||
|
||||
namespace {
|
||||
/// LowerAllocations - Turn malloc and free instructions into %malloc and
|
||||
/// %free calls.
|
||||
/// LowerAllocations - Turn malloc and free instructions into @malloc and
|
||||
/// @free calls.
|
||||
///
|
||||
class VISIBILITY_HIDDEN LowerAllocations : public BasicBlockPass {
|
||||
Constant *MallocFunc; // Functions in the module we are processing
|
||||
|
Loading…
x
Reference in New Issue
Block a user