diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-07-06 15:44:11 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-07-06 15:44:11 +0000 |
commit | e9e1215d94d3afa12f5d49c415a80bd4721c97ab (patch) | |
tree | cc995c491b27a8d4a1dfa8dca30c83ebab97d1bc /lib/Target/PowerPC/PPCISelLowering.cpp | |
parent | aa8c19405ac3891ee7fbea1a509c6774ca7a5b59 (diff) |
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@107667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCISelLowering.cpp')
0 files changed, 0 insertions, 0 deletions