Use SmallVector while constructing ReturnInst.
authorDevang Patel <dpatel@apple.com>
Tue, 26 Feb 2008 19:38:17 +0000 (19:38 +0000)
committerDevang Patel <dpatel@apple.com>
Tue, 26 Feb 2008 19:38:17 +0000 (19:38 +0000)
commitf4511cd8fbcea9f8eca79b162b3ad3edbd951746
tree8965958a05e59c267fa0c8f649eb7231955bd81f
parentfea9830468c316a77f34412004b682e5aacd6a69
Use SmallVector while constructing ReturnInst.

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