mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-17 00:27:31 +00:00
Update comments to new-style syntax.
llvm-svn: 77079
This commit is contained in:
parent
c126330ef1
commit
cb1390f7ed
@ -225,7 +225,7 @@ extern const PassInfo *const LoopSimplifyID;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// LowerAllocations - Turn malloc and free instructions into %malloc and %free
|
||||
// LowerAllocations - Turn malloc and free instructions into @malloc and @free
|
||||
// calls.
|
||||
//
|
||||
// AU.addRequiredID(LowerAllocationsID);
|
||||
|
Loading…
Reference in New Issue
Block a user