aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineFunction.cpp
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
commit3c1f66b0eb29dcf6418e4f083ca3c1d8cc98e58b (patch)
tree3fe8e2876024669150e1b5e42d407b562bf6b67e /llvm/lib/CodeGen/MachineFunction.cpp
parent9ae6fd58c4bea1e70e780a7a93813c322da7251d (diff)
downloadllvm-3c1f66b0eb29dcf6418e4f083ca3c1d8cc98e58b.zip
llvm-3c1f66b0eb29dcf6418e4f083ca3c1d8cc98e58b.tar.gz
llvm-3c1f66b0eb29dcf6418e4f083ca3c1d8cc98e58b.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> llvm-svn: 107580
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions