encode operand initializations (at fixed index)
authorGabor Greif <ggreif@gmail.com>
Tue, 29 Jun 2010 11:41:38 +0000 (11:41 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 29 Jun 2010 11:41:38 +0000 (11:41 +0000)
commiteff566d19ab5d40e5c4a6f4ce44d3a0b218b4bec
treee93e1883263f5f24d75e88068a45938cbdb63a78
parent374acd08915e0a5e91fa18141dc9c1e9172666b4
encode operand initializations (at fixed index)
in terms of Op<> and ArgOffset. This works for
values of {0, 1} for ArgOffset.
Please note that ArgOffset will become 0 soon and
will go away eventually.

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