aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Analysis/IntervalIterator.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-04-28 16:19:42 +0000
committerChris Lattner <sabre@nondot.org>2002-04-28 16:19:42 +0000
commit8fc2f2072de83665ae20e06929e28317f449bcdf (patch)
tree978d1527ce64987f813c97686195af5ab29e12ff /include/llvm/Analysis/IntervalIterator.h
parent876509614b608f1af885d978c7d2a1e34f807e33 (diff)
Remove all contents of the cfg namespace to the global namespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2369 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/IntervalIterator.h')
-rw-r--r--include/llvm/Analysis/IntervalIterator.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/Analysis/IntervalIterator.h b/include/llvm/Analysis/IntervalIterator.h
index 55413d4ada..64c1b60b07 100644
--- a/include/llvm/Analysis/IntervalIterator.h
+++ b/include/llvm/Analysis/IntervalIterator.h
@@ -34,8 +34,6 @@
#include <set>
#include <algorithm>
-namespace cfg {
-
// getNodeHeader - Given a source graph node and the source graph, return the
// BasicBlock that is the header node. This is the opposite of
// getSourceGraphNode.
@@ -248,6 +246,4 @@ inline interval_part_interval_iterator intervals_end(IntervalPartition &IP) {
return interval_part_interval_iterator();
}
-} // End namespace cfg
-
#endif