Update comments to new-style syntax.

llvm-svn: 77079
This commit is contained in:
Dan Gohman 2009-07-25 16:03:55 +00:00
parent c126330ef1
commit cb1390f7ed

View File

@ -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);