summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Hexagon/RDFGraph.h
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.h
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.h')
-rw-r--r--llvm/lib/Target/Hexagon/RDFGraph.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/lib/Target/Hexagon/RDFGraph.h b/llvm/lib/Target/Hexagon/RDFGraph.h
index 43eeb483173..49b05374126 100644
--- a/llvm/lib/Target/Hexagon/RDFGraph.h
+++ b/llvm/lib/Target/Hexagon/RDFGraph.h
@@ -212,8 +212,6 @@
#include <set>
#include <vector>
-using namespace llvm;
-
namespace llvm {
class MachineBasicBlock;
class MachineFunction;
@@ -223,7 +221,6 @@ namespace llvm {
class MachineDominatorTree;
class TargetInstrInfo;
class TargetRegisterInfo;
-}
namespace rdf {
typedef uint32_t NodeId;
@@ -858,5 +855,6 @@ namespace rdf {
: Print<NodeAddr<T>>(x, g) {}
};
} // namespace rdf
+} // namespace llvm
#endif // RDF_GRAPH_H
OpenPOWER on IntegriCloud