brg
authorBrian Gaeke <gaeke@uiuc.edu>
Sat, 30 Nov 2002 11:57:28 +0000 (11:57 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sat, 30 Nov 2002 11:57:28 +0000 (11:57 +0000)
commitc2505985ceb78fb5f82e4b66e25e498786ccbd0a
treed9e798f1c190902ba9e7ae355e718bc109b94781
parent18a20212d98fbe5f014b3c910ae37c6d74801f02
brg

InstSelectSimple.cpp: Refactor out conversion of byte, short -> int
  from visitReturnInst() to new method, promote32().
 Use it in both visitReturnInst() and visitCallInst().

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