projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19378d6
)
Update comments to new-style syntax.
author
Dan Gohman
<gohman@apple.com>
Sat, 25 Jul 2009 16:03:55 +0000
(16:03 +0000)
committer
Dan 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
patch
|
blob
|
history
diff --git
a/include/llvm/Transforms/Scalar.h
b/include/llvm/Transforms/Scalar.h
index 20547337217a0c7e11414d5dca633e2159c90983..f193b8d9dd55c8a35381910127317f8b3f4687bd 100644
(file)
--- 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);