]> granicus.if.org Git - llvm/commit
[X86][AVX512] remove unnecessary case. NFC
authorGuy Blank <guy.blank@intel.com>
Wed, 3 May 2017 13:34:05 +0000 (13:34 +0000)
committerGuy Blank <guy.blank@intel.com>
Wed, 3 May 2017 13:34:05 +0000 (13:34 +0000)
commitcb866d20a6169efe5a9f120511869dfb95755c00
treec04963c29ff3fc891d3546a1b532b9940abe9bc5
parent0441b20083c0080e3b03198388ea9c8ceb6650c2
[X86][AVX512] remove unnecessary case. NFC

VFPCLASS is for vector types and not scalar, so it cannot get here.

Differential Revision: https://reviews.llvm.org/D32694

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