OSDN Git Service

rotate CallInst operands
authorGabor Greif <ggreif@gmail.com>
Tue, 13 Jul 2010 15:31:36 +0000 (15:31 +0000)
committerGabor Greif <ggreif@gmail.com>
Tue, 13 Jul 2010 15:31:36 +0000 (15:31 +0000)
commit63d024fc9a4f89987fa2cf7ab466ea17ec78ed14
tree5b68f34a7f7b021e6d68f19d375e92f2e59f051e
parent26fe25f6517238fd113f280863ffe0fbe237dd7c
rotate CallInst operands

with this commit the callee moves to the end of
the operand array (from the start) and the call
arguments now start at index 0 (formerly 1)

this ordering is now consistent with InvokeInst

this commit only flips the switch,
functionally it is equivalent to
r101465

I intend to commit several cleanups after a few
days of soak period

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