From: Dan Gohman Date: Sat, 25 Jul 2009 16:03:55 +0000 (+0000) Subject: Update comments to new-style syntax. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=83b3b3d1444816f3c748a0275d6c92ed496fae80;p=platform%2Fupstream%2Fllvm.git Update comments to new-style syntax. llvm-svn: 77079 --- diff --git a/llvm/include/llvm/Transforms/Scalar.h b/llvm/include/llvm/Transforms/Scalar.h index 20547337..f193b8d 100644 --- a/llvm/include/llvm/Transforms/Scalar.h +++ b/llvm/include/llvm/Transforms/Scalar.h @@ -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);