Create new accessors to get arguments for call/invoke instructions. It breaks
authorBill Wendling <isanbard@gmail.com>
Mon, 7 Jun 2010 19:05:06 +0000 (19:05 +0000)
committerBill Wendling <isanbard@gmail.com>
Mon, 7 Jun 2010 19:05:06 +0000 (19:05 +0000)
commit22a5b298201d62daea3e06718469d8ad017895e1
treefcbdcb7e5e1adbd679c817a6699fe07866503b1e
parent6c8099243a0d8ff710e8f657628a8bea99b5dd07
Create new accessors to get arguments for call/invoke instructions. It breaks
encapsulation to force the users of these classes to know about the internal
data structure of the Operands structure. It also can lead to errors, like in
the MSIL writer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@105539 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Instructions.h
lib/Analysis/IPA/GlobalsModRef.cpp
lib/Target/CppBackend/CPPBackend.cpp
lib/Target/MSIL/MSILWriter.cpp