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:
91eabc1
)
Lined things up in a more aesthetically pleasing way.
author
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 28 Jul 2003 19:17:53 +0000
(19:17 +0000)
committer
Misha Brukman
<brukman+llvm@gmail.com>
Mon, 28 Jul 2003 19:17:53 +0000
(19:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7365
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Module.h
patch
|
blob
|
history
diff --git
a/include/llvm/Module.h
b/include/llvm/Module.h
index bf7cf62be0c627ac58ca22f06c8e7d1911893fbd..3d7d65243a366d17a9be23fe77130abb9e9d1627 100644
(file)
--- a/
include/llvm/Module.h
+++ b/
include/llvm/Module.h
@@
-45,8
+45,8
@@
public:
typedef std::reverse_iterator<const_giterator> const_reverse_giterator;
// Function iterators...
- typedef FunctionListType::iterator
iterator;
- typedef FunctionListType::const_iterator
const_iterator;
+ typedef FunctionListType::iterator iterator;
+ typedef FunctionListType::const_iterator const_iterator;
typedef std::reverse_iterator<iterator> reverse_iterator;
typedef std::reverse_iterator<const_iterator> const_reverse_iterator;