From: Dan Gohman Date: Sat, 25 Jul 2009 16:03:55 +0000 (+0000) Subject: Update comments to new-style syntax. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=72efa18f1d6845fefc8cfeb5db7ca1a55cae55c4;p=oota-llvm.git Update comments to new-style syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77079 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h index 20547337217..f193b8d9dd5 100644 --- a/include/llvm/Transforms/Scalar.h +++ b/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);