Update comments to new-style syntax.
authorDan Gohman <gohman@apple.com>
Sat, 25 Jul 2009 16:03:55 +0000 (16:03 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 25 Jul 2009 16:03:55 +0000 (16:03 +0000)
llvm-svn: 77079

llvm/include/llvm/Transforms/Scalar.h

index 2054733..f193b8d 100644 (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);