Silly bug fix: Machine code vector could be empty for a no-op cast instruction,
authorVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 9 Sep 2002 14:54:21 +0000 (14:54 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Mon, 9 Sep 2002 14:54:21 +0000 (14:54 +0000)
commitec7f482d90938e6ea156b90d851b512913f92e0f
tree06b93d03f158f4429988a85c092b00aefaadec29
parent1d43fd4e83bcd40184afc6c91f8faf3f77074cb2
Silly bug fix: Machine code vector could be empty for a no-op cast instruction,
e.g., cast double to double.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3633 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SparcV9/SparcV9InstrSelection.cpp