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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77079 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Scalar.h

index 20547337217a0c7e11414d5dca633e2159c90983..f193b8d9dd55c8a35381910127317f8b3f4687bd 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);