summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-xray/xray-graph.h
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2017-04-24 06:15:53 +0000
committerDean Michael Berris <dberris@google.com>2017-04-24 06:15:53 +0000
commit01b880a954364f03ee42087a67a29bf289f1f1a5 (patch)
treebe292187a1d5d06342fa270e15d71b88b311ddbc /llvm/tools/llvm-xray/xray-graph.h
parentca780b5a279d41a5a7b4ce77505083cb7ed7b624 (diff)
downloadbcm5719-llvm-01b880a954364f03ee42087a67a29bf289f1f1a5.tar.gz
bcm5719-llvm-01b880a954364f03ee42087a67a29bf289f1f1a5.zip
[XRay][tools] Fixup for pedantic and permissive errors/warnings
Remove extraneous semicolons and fully qualify the Trace type. Follow-up to D29320. llvm-svn: 301161
Diffstat (limited to 'llvm/tools/llvm-xray/xray-graph.h')
-rw-r--r--llvm/tools/llvm-xray/xray-graph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-xray/xray-graph.h b/llvm/tools/llvm-xray/xray-graph.h
index 81c2e0e3ed4..36362873178 100644
--- a/llvm/tools/llvm-xray/xray-graph.h
+++ b/llvm/tools/llvm-xray/xray-graph.h
@@ -149,7 +149,7 @@ public:
bool KeepGoing;
bool DeduceSiblingCalls;
std::string InstrMap;
- Trace Trace;
+ ::llvm::xray::Trace Trace;
Expected<GraphRenderer> getGraphRenderer();
};
OpenPOWER on IntegriCloud