summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
diff options
context:
space:
mode:
authorAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-10-22 16:28:07 +0000
committerAndrea Di Biagio <Andrea_DiBiagio@sn.scee.net>2018-10-22 16:28:07 +0000
commitdb158be6466ad3188c1c8010c9701dcb47ed6c32 (patch)
treea651615bd2c8e5efafdcdbe2f8548263e406f240 /llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
parent5f5b91049575285f8f3e9151b3dc1483d36d2bd6 (diff)
downloadbcm5719-llvm-db158be6466ad3188c1c8010c9701dcb47ed6c32.tar.gz
bcm5719-llvm-db158be6466ad3188c1c8010c9701dcb47ed6c32.zip
[llvm-mca] Remove a couple of using directives and a bunch of redundant namespace llvm prefixes. NFC
llvm-svn: 344916
Diffstat (limited to 'llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp')
-rw-r--r--llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp b/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
index cd540e9dc60..2697f528a0a 100644
--- a/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
+++ b/llvm/tools/llvm-mca/Views/RegisterFileStatistics.cpp
@@ -19,7 +19,7 @@ using namespace llvm;
namespace mca {
-RegisterFileStatistics::RegisterFileStatistics(const llvm::MCSubtargetInfo &sti)
+RegisterFileStatistics::RegisterFileStatistics(const MCSubtargetInfo &sti)
: STI(sti) {
const MCSchedModel &SM = STI.getSchedModel();
RegisterFileUsage Empty = {0, 0, 0};
OpenPOWER on IntegriCloud