]> granicus.if.org Git - llvm/commit
[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)
commitd6bb7ad3eca2e6a40c434cce6302fbfafa080d48
tree4c8555eafa092917d0df703c39146d245d8e8fa1
parent102de6b935c4595e14e0f56bb7307962915b3f72
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374157 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp
unittests/tools/llvm-exegesis/ARM/AssemblerTest.cpp
unittests/tools/llvm-exegesis/Common/AssemblerUtils.h
unittests/tools/llvm-exegesis/PerfHelperTest.cpp
unittests/tools/llvm-exegesis/PowerPC/AnalysisTest.cpp
unittests/tools/llvm-exegesis/PowerPC/TargetTest.cpp
unittests/tools/llvm-exegesis/RegisterValueTest.cpp
unittests/tools/llvm-exegesis/X86/AssemblerTest.cpp
unittests/tools/llvm-exegesis/X86/BenchmarkResultTest.cpp
unittests/tools/llvm-exegesis/X86/RegisterAliasingTest.cpp
unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
unittests/tools/llvm-exegesis/X86/SnippetGeneratorTest.cpp
unittests/tools/llvm-exegesis/X86/TargetTest.cpp