aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-04 07:42:31 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-04 07:42:31 +0000
commite2407b252d1d44d0ae567f2543cb77eb90af8393 (patch)
tree5b377e9f72a02c025050e2d28b98781600715478 /lib
parent544100a3eeb1dc232d6e9a1f35b356e3242dc9de (diff)
downloadexternal_llvm-e2407b252d1d44d0ae567f2543cb77eb90af8393.zip
external_llvm-e2407b252d1d44d0ae567f2543cb77eb90af8393.tar.gz
external_llvm-e2407b252d1d44d0ae567f2543cb77eb90af8393.tar.bz2
[another test commit, just to tickle the selfhost buildbots; I'll back out in a few minutes]
second round of low-level interface squeeze-out: making all of CallInst's low-level operand accessors private If you get compile errors I strongly urge you to update your code. I tried to write the necessary clues into the header where the compiler may point to, but no guarantees. It works for my GCC. You have several options to update your code: - you can use the v2.8 ArgOperand accessors - you can go via a temporary CallSite - you can upcast to, say, User and call its low-level accessors if your code is definitely operand-order agnostic. If you run into serious problems, please comment in below thread (and back out this revision only if absolutely necessary): <http://groups.google.com/group/llvm-dev/browse_thread/thread/64650cf343b28271> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107580 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions