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:
5e86606
)
Fix comment.
author
Devang Patel
<dpatel@apple.com>
Thu, 6 Aug 2009 15:39:34 +0000
(15:39 +0000)
committer
Devang Patel
<dpatel@apple.com>
Thu, 6 Aug 2009 15:39:34 +0000
(15:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78313
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Analysis/DebugInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Analysis/DebugInfo.h
b/include/llvm/Analysis/DebugInfo.h
index 53934d8e9af0c9cb1c2259653a1625eb4b900e82..0fc967a40c2047b20c5ca8063b6182fdd3863d33 100644
(file)
--- a/
include/llvm/Analysis/DebugInfo.h
+++ b/
include/llvm/Analysis/DebugInfo.h
@@
-610,8
+610,7
@@
namespace llvm {
/// isInlinedFnEnd - Return true if REI is ending an inlined function.
bool isInlinedFnEnd(DbgRegionEndInst &REI, const Function *CurrentFn);
- /// DebugInfoEnumrator - This object collects DebugInfo from
- /// the module.
+ /// DebugInfoFinder - This object collects DebugInfo from a module.
class DebugInfoFinder {
public: