]> granicus.if.org Git - llvm/commit
Fix not calling TargetCustom PSVs printer
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 14 Jun 2019 13:26:34 +0000 (13:26 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Fri, 14 Jun 2019 13:26:34 +0000 (13:26 +0000)
commita18f8034e741d90fb5f518ba4b8c6028f4c65d54
tree7ee5955f83ec2639dc39c5445f6a4b3ce1b6bc7c
parentad0d02bdceb81ab347fa3668e1dab3947ea06060
Fix not calling TargetCustom PSVs printer

If the enum value was greater than the starting target custom value,
the custom printer wasn't called.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@363386 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineOperand.cpp