[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.
commit5a75c7c7e46fa5456fbcde3c22bd39b9916891a2
authorClement Courbet <courbet@google.com>
Wed, 9 Oct 2019 11:58:42 +0000 (9 11:58 +0000)
committerClement Courbet <courbet@google.com>
Wed, 9 Oct 2019 11:58:42 +0000 (9 11:58 +0000)
tree210103792ac52520c801016aa24ef90564beffdc
parentd6bb7ad3eca2e6a40c434cce6302fbfafa080d48
[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.

Summary: Second patch: in the lib.

Reviewers: gchatelet

Subscribers: nemanjai, tschuett, MaskRay, mgrang, jsji, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68692

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374158 91177308-0d34-0410-b5e6-96231b3b80d8
37 files changed:
tools/llvm-exegesis/lib/AArch64/Target.cpp
tools/llvm-exegesis/lib/Analysis.cpp
tools/llvm-exegesis/lib/Analysis.h
tools/llvm-exegesis/lib/Assembler.cpp
tools/llvm-exegesis/lib/Assembler.h
tools/llvm-exegesis/lib/BenchmarkResult.cpp
tools/llvm-exegesis/lib/BenchmarkResult.h
tools/llvm-exegesis/lib/BenchmarkRunner.cpp
tools/llvm-exegesis/lib/BenchmarkRunner.h
tools/llvm-exegesis/lib/Clustering.cpp
tools/llvm-exegesis/lib/Clustering.h
tools/llvm-exegesis/lib/CodeTemplate.cpp
tools/llvm-exegesis/lib/CodeTemplate.h
tools/llvm-exegesis/lib/Latency.cpp
tools/llvm-exegesis/lib/Latency.h
tools/llvm-exegesis/lib/LlvmState.cpp
tools/llvm-exegesis/lib/LlvmState.h
tools/llvm-exegesis/lib/MCInstrDescView.cpp
tools/llvm-exegesis/lib/MCInstrDescView.h
tools/llvm-exegesis/lib/PerfHelper.cpp
tools/llvm-exegesis/lib/PerfHelper.h
tools/llvm-exegesis/lib/PowerPC/Target.cpp
tools/llvm-exegesis/lib/RegisterAliasing.cpp
tools/llvm-exegesis/lib/RegisterAliasing.h
tools/llvm-exegesis/lib/RegisterValue.cpp
tools/llvm-exegesis/lib/RegisterValue.h
tools/llvm-exegesis/lib/SchedClassResolution.cpp
tools/llvm-exegesis/lib/SchedClassResolution.h
tools/llvm-exegesis/lib/SnippetGenerator.cpp
tools/llvm-exegesis/lib/SnippetGenerator.h
tools/llvm-exegesis/lib/SnippetRepetitor.cpp
tools/llvm-exegesis/lib/Target.cpp
tools/llvm-exegesis/lib/Target.h
tools/llvm-exegesis/lib/Uops.cpp
tools/llvm-exegesis/lib/Uops.h
tools/llvm-exegesis/lib/X86/Target.cpp
tools/llvm-exegesis/llvm-exegesis.cpp