aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-25 16:03:55 +0000
committerDan Gohman <gohman@apple.com>2009-07-25 16:03:55 +0000
commit72efa18f1d6845fefc8cfeb5db7ca1a55cae55c4 (patch)
tree59db010feaed4874f1b1ce950218c1a17257fa21
parent19378d622eebdf94a582555076eab7ba8d5c20ea (diff)
Update comments to new-style syntax.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77079 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Transforms/Scalar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Scalar.h b/include/llvm/Transforms/Scalar.h
index 2054733721..f193b8d9dd 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);