From 83b3b3d1444816f3c748a0275d6c92ed496fae80 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sat, 25 Jul 2009 16:03:55 +0000 Subject: [PATCH] Update comments to new-style syntax. llvm-svn: 77079 --- llvm/include/llvm/Transforms/Scalar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.7.4