mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-01 18:33:56 +00:00
Update comments to new-style syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77079 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19378d622e
commit
72efa18f1d
@ -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…
x
Reference in New Issue
Block a user