Skip to content

Commit

Permalink
[X86] Make the X86ProcFamilyEnum private to X86Subtarget. Removed unn…
Browse files Browse the repository at this point in the history
…eeded 'protected' from X86Subtarget. NFC
  • Loading branch information
topperc committed Jul 24, 2020
1 parent 1563973 commit 205e8b7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions llvm/lib/Target/X86/X86Subtarget.h
Expand Up @@ -50,7 +50,6 @@ enum class Style {
} // end namespace PICStyles

class X86Subtarget final : public X86GenSubtargetInfo {
public:
// NOTE: Do not add anything new to this list. Coarse, CPU name based flags
// are not a good idea. We should be migrating away from these.
enum X86ProcFamilyEnum {
Expand All @@ -59,7 +58,6 @@ class X86Subtarget final : public X86GenSubtargetInfo {
IntelSLM
};

protected:
enum X86SSEEnum {
NoSSE, SSE1, SSE2, SSE3, SSSE3, SSE41, SSE42, AVX, AVX2, AVX512F
};
Expand Down

0 comments on commit 205e8b7

Please sign in to comment.