summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFGraph.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2016-05-27 10:06:40 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2016-05-27 10:06:40 +0000
commit922efd7a67ad89ab32bac91f21d80c845b3c04f0 (patch)
tree212139b4f31cba84c6a32912b1fabe734fc201bb /llvm/lib/Target/Hexagon/RDFGraph.cpp
parent797fb96a9ccf76febc8024a8d92c05f76271b4ee (diff)
downloadbcm5719-llvm-922efd7a67ad89ab32bac91f21d80c845b3c04f0.tar.gz
bcm5719-llvm-922efd7a67ad89ab32bac91f21d80c845b3c04f0.zip
[hexagon] Move BlockRanges and RDF stuff into the llvm namespace.
No functional change intended. llvm-svn: 270980
Diffstat (limited to 'llvm/lib/Target/Hexagon/RDFGraph.cpp')
-rw-r--r--llvm/lib/Target/Hexagon/RDFGraph.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/Target/Hexagon/RDFGraph.cpp b/llvm/lib/Target/Hexagon/RDFGraph.cpp
index ce3cf7b7611..273d6b7cb0c 100644
--- a/llvm/lib/Target/Hexagon/RDFGraph.cpp
+++ b/llvm/lib/Target/Hexagon/RDFGraph.cpp
@@ -25,6 +25,7 @@ using namespace rdf;
// Printing functions. Have them here first, so that the rest of the code
// can use them.
+namespace llvm {
namespace rdf {
template<>
@@ -298,6 +299,7 @@ raw_ostream &operator<< (raw_ostream &OS,
}
} // namespace rdf
+} // namespace llvm
// Node allocation functions.
//
OpenPOWER on IntegriCloud