[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.
authorClement Courbet <courbet@google.com>
Wed, 9 Oct 2019 11:29:21 +0000 (11:29 +0000)
committerClement Courbet <courbet@google.com>
Wed, 9 Oct 2019 11:29:21 +0000 (11:29 +0000)
commitd422d3a755d25b44e66a37e487d99ca5065275a3
tree900fc74a5fed8ea9c478bbbc7208d9939fe48601
parent60db8b7946b559517acb5232e345ebff1357cc08
[llvm-exegesis][NFC] Remove extra `llvm::` qualifications.

Summary: First patch: in unit tests.

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

Tags: #llvm

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

llvm-svn: 374157
13 files changed:
llvm/unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp
llvm/unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
llvm/unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
llvm/unittests/tools/llvm-exegesis/PerfHelperTest.cpp
llvm/unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp
llvm/unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp
llvm/unittests/tools/llvm-exegesis/RegisterValueTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
llvm/unittests/tools/llvm-exegesis/X86/TargetTest.cpp