Remove a FIXME.
authorEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 00:00:35 +0000 (00:00 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 26 Feb 2015 00:00:35 +0000 (00:00 +0000)
commit5f54195e4a0e5b662c9d7fdb6f015a0c9f8e5b25
tree3509b7505711f701b0ea16293d2a94ba181fd421
parent834d6420c19c2250731260e12789d3c02854e1d4
Remove a FIXME.

Explanation: This function is in TargetLowering because it uses
RegClassForVT which would need to be moved to TargetRegisterInfo
and would necessitate moving isTypeLegal over as well - a massive
change that would just require TargetLowering having a TargetRegisterInfo
class member that it would use.

llvm-svn: 230585
llvm/lib/Target/X86/X86ISelLowering.cpp