diff options
Diffstat (limited to 'llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp')
-rw-r--r-- | llvm/unittests/tools/llvm-exegesis/X86/SchedClassResolutionTest.cpp | 2 |
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; |