Use switch on VT instead of Type* comparisons.
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 04:32:45 +0000 (04:32 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 04:32:45 +0000 (04:32 +0000)
commit45ac17f5213ee9ad080b9876578ffa49c61121a5
treebd25706ada4ac6013de24055d7165d36a7e0fb65
parent51ccb3deba7ccf2a3f154a9c4e4182146eccc846
Use switch on VT instead of Type* comparisons.

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