mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
Update comments to new-style syntax.
llvm-svn: 79263
This commit is contained in:
parent
14357fdab5
commit
e78d27bcf9
@ -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…
Reference in New Issue
Block a user