]> granicus.if.org Git - llvm/commit
[SystemZ] Fix dumpSU() method in SystemZHazardRecognizer.
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Mon, 23 Jul 2018 15:08:35 +0000 (15:08 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Mon, 23 Jul 2018 15:08:35 +0000 (15:08 +0000)
commitf1a7318d1a22db12cc24c91c7e77e96f5f559ef5
treeccbd8996400c2d5086187deeb33e0b389d845bc9
parentfabe54b1977fcf741b8c8bc92247717e053002f9
[SystemZ]  Fix dumpSU() method in SystemZHazardRecognizer.

Two minor issues: The new MCD SchedWrite name does not contain "Unit" like
all the others, so a check is needed. Also, print "LSU" instead of "LS".

Review: Ulrich Weigand

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@337700 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/SystemZHazardRecognizer.cpp