summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/X86PfmCounters.td
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-10 14:21:33 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-04-10 14:21:33 +0000
commitadfb2aacda685814aa7b0524614330d91a4ea01d (patch)
treebf5227367e113004c2945021af0f4b8fa1cd8b67 /llvm/lib/Target/X86/X86PfmCounters.td
parent5b1e7d4402e178cc30830b27c94933320f171c6e (diff)
Fix whitespace indentation. NFCI.
Diffstat (limited to 'llvm/lib/Target/X86/X86PfmCounters.td')
-rw-r--r--llvm/lib/Target/X86/X86PfmCounters.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86PfmCounters.td b/llvm/lib/Target/X86/X86PfmCounters.td
index 99def98c9f6..362057a6a93 100644
--- a/llvm/lib/Target/X86/X86PfmCounters.td
+++ b/llvm/lib/Target/X86/X86PfmCounters.td
@@ -17,7 +17,7 @@ def SBPort0Counter : PfmIssueCounter<SBPort0, ["uops_dispatched_port:port_0"]>;
def SBPort1Counter : PfmIssueCounter<SBPort1, ["uops_dispatched_port:port_1"]>;
def SBPort23Counter : PfmIssueCounter<SBPort23,
["uops_dispatched_port:port_2",
- "uops_dispatched_port:port_3"]>;
+ "uops_dispatched_port:port_3"]>;
def SBPort4Counter : PfmIssueCounter<SBPort4, ["uops_dispatched_port:port_4"]>;
def SBPort5Counter : PfmIssueCounter<SBPort5, ["uops_dispatched_port:port_5"]>;
}