summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
diff options
context:
space:
mode:
authorClement Courbet <courbet@google.com>2019-10-09 11:29:21 +0000
committerClement Courbet <courbet@google.com>2019-10-09 11:29:21 +0000
commitd422d3a755d25b44e66a37e487d99ca5065275a3 (patch)
tree900fc74a5fed8ea9c478bbbc7208d9939fe48601 /llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
parent60db8b7946b559517acb5232e345ebff1357cc08 (diff)
downloadbcm5719-llvm-d422d3a755d25b44e66a37e487d99ca5065275a3.tar.gz
bcm5719-llvm-d422d3a755d25b44e66a37e487d99ca5065275a3.zip
[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
Diffstat (limited to 'llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp')
-rw-r--r--llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp b/llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
index 7e158daf734..879137223e5 100644
--- a/llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
+++ b/llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp
@@ -54,7 +54,7 @@ protected:
}
protected:
- const llvm::MCSubtargetInfo &STI;
+ const MCSubtargetInfo &STI;
uint16_t P0Idx = 0;
uint16_t P1Idx = 0;
uint16_t P5Idx = 0;
OpenPOWER on IntegriCloud