[llvm] r329704 - Fix whitespace indentation. NFCI.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 10 07:21:33 PDT 2018


Author: rksimon
Date: Tue Apr 10 07:21:33 2018
New Revision: 329704

URL: http://llvm.org/viewvc/llvm-project?rev=329704&view=rev
Log:
Fix whitespace indentation. NFCI.

Modified:
    llvm/trunk/lib/Target/X86/X86PfmCounters.td

Modified: llvm/trunk/lib/Target/X86/X86PfmCounters.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86PfmCounters.td?rev=329704&r1=329703&r2=329704&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86PfmCounters.td (original)
+++ llvm/trunk/lib/Target/X86/X86PfmCounters.td Tue Apr 10 07:21:33 2018
@@ -17,7 +17,7 @@ def SBPort0Counter : PfmIssueCounter<SBP
 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"]>;
 }




More information about the llvm-commits mailing list