]> granicus.if.org Git - llvm/commit
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)
commit341f17d0f036e838e138d4f980cf41537cc56df0
tree784e2d7eea58912166cb826755715de421649ef6
parent435571ada609e1260ab51aa8354d9604ae52a3ef
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230585 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp