Fix for PR#366. We use getClassB() so that we can handle cast instructions
authorJohn Criswell <criswell@uiuc.edu>
Wed, 9 Jun 2004 15:18:51 +0000 (15:18 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 9 Jun 2004 15:18:51 +0000 (15:18 +0000)
commit6b5bd5857d3ce245b47ed22a5b768d0333cd12f2
treec4fd14299347a472c3170a4f7800d89ab1ede08a
parent457dd829adbf0be5d0a154c684c9e8d75e77c0a6
Fix for PR#366.  We use getClassB() so that we can handle cast instructions
that cast to bool.

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