Implement ret with operand, giving us this:
authorChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 08:15:09 +0000 (08:15 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 17 Dec 2005 08:15:09 +0000 (08:15 +0000)
commit4b4863188fe226c00d961ec611f2eb1ee8aac4c0
treec1d903e88f98730caf6a931c5f13625733b2571c
parentbc3d362d5bae59eb45ce275d8c4d9372847369dc
Implement ret with operand, giving us this:

int %test(int %A) {
  ret int %A
}

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp