diff options
| author | Eric Christopher <echristo@apple.com> | 2010-04-02 04:32:37 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2010-04-02 04:32:37 +0000 |
| commit | 06a1639b98a527ff247e90b76924143c521eef89 (patch) | |
| tree | bd34beec0ed51f41efccef4c7b7c8d1ed558ae42 /llvm/lib | |
| parent | 4c8cb01b5ae4137087bf23f60fd104afcf56791a (diff) | |
| download | bcm5719-llvm-06a1639b98a527ff247e90b76924143c521eef89.tar.gz bcm5719-llvm-06a1639b98a527ff247e90b76924143c521eef89.zip | |
Remove FIXME - if there's a better way to do this it isn't here.
llvm-svn: 100176
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 596ac2fd391..b24d5a1707a 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -794,9 +794,6 @@ X86TargetLowering::X86TargetLowering(X86TargetMachine &TM) } // Promote v16i8, v8i16, v4i32 load, select, and, or, xor to v2i64. - // FIXME: This produces lots of inefficiencies in isel since - // we then need notice that most of our operands have been implicitly - // converted to v2i64. for (unsigned i = (unsigned)MVT::v16i8; i != (unsigned)MVT::v2i64; i++) { MVT::SimpleValueType SVT = (MVT::SimpleValueType)i; EVT VT = SVT; |

