summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-06 15:44:11 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-06 15:44:11 +0000
commit33134fa75fcd0d671b6c46b3669505883bfaef6f (patch)
tree8923d398be5949a1ed050c89559960038a7036de /llvm/lib
parent4e49b59dadd12b66a74350abedba235da260182a (diff)
downloadbcm5719-llvm-33134fa75fcd0d671b6c46b3669505883bfaef6f.tar.gz
bcm5719-llvm-33134fa75fcd0d671b6c46b3669505883bfaef6f.zip
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> llvm-svn: 107667
Diffstat (limited to 'llvm/lib')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud