summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commit95f941117cf25787598d01f9943c9a9713cd4b92 (patch)
treeff5cdd97748c5e94d62279b1046991f96fe95f63 /llvm/lib/Target
parent397e150ddcf2556fa36ce5c675db9315976ed4ca (diff)
downloadbcm5719-llvm-95f941117cf25787598d01f9943c9a9713cd4b92.tar.gz
bcm5719-llvm-95f941117cf25787598d01f9943c9a9713cd4b92.zip
Fix whitespace indentation. NFCI.
llvm-svn: 329704
Diffstat (limited to 'llvm/lib/Target')
-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"]>;
}
OpenPOWER on IntegriCloud