Optimize most common case by using single RetVal in ReturnInst.
authorDevang Patel <dpatel@apple.com>
Tue, 26 Feb 2008 17:56:20 +0000 (17:56 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 26 Feb 2008 17:56:20 +0000 (17:56 +0000)
commit64d4e6125949ebdc31a488c7ed100373b3c99f15
tree1e9172d8a609cd1f6b4a5c0f0b07c1ba6dc19896
parent16a3e52d08c4eb3e7371afb09d78528f70799aa1
Optimize most common case by using single RetVal in ReturnInst.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47607 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/VMCore/Instructions.cpp