summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/LowerAllocations.cpp
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-08-17 18:45:31 +0000
committerDan Gohman <gohman@apple.com>2009-08-17 18:45:31 +0000
commit7cb92a1e3d15b6414bcb33f859ad0dabed4f2878 (patch)
tree21f752ebc302e417a8abfb6f8e95d116905ff916 /llvm/lib/Transforms/Utils/LowerAllocations.cpp
parentf9bdf988a277a9a81ad827d623a4aa64a600deaf (diff)
downloadbcm5719-llvm-7cb92a1e3d15b6414bcb33f859ad0dabed4f2878.tar.gz
bcm5719-llvm-7cb92a1e3d15b6414bcb33f859ad0dabed4f2878.zip
Update comments to new-style syntax.
llvm-svn: 79263
Diffstat (limited to 'llvm/lib/Transforms/Utils/LowerAllocations.cpp')
-rw-r--r--llvm/lib/Transforms/Utils/LowerAllocations.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Utils/LowerAllocations.cpp b/llvm/lib/Transforms/Utils/LowerAllocations.cpp
index bfeab3775b4..7276d55fc4e 100644
--- a/llvm/lib/Transforms/Utils/LowerAllocations.cpp
+++ b/llvm/lib/Transforms/Utils/LowerAllocations.cpp
@@ -29,8 +29,8 @@ using namespace llvm;
STATISTIC(NumLowered, "Number of allocations lowered");
namespace {
- /// LowerAllocations - Turn malloc and free instructions into %malloc and
- /// %free calls.
+ /// LowerAllocations - Turn malloc and free instructions into @malloc and
+ /// @free calls.
///
class VISIBILITY_HIDDEN LowerAllocations : public BasicBlockPass {
Constant *MallocFunc; // Functions in the module we are processing
OpenPOWER on IntegriCloud