Go to file
Gabor Greif 33134fa75f 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
2010-07-06 15:44:11 +00:00
clang Read/write function template specializations for PCH, properly this time. 2010-07-06 15:37:09 +00:00
compiler-rt fix install location 2010-07-04 18:29:23 +00:00
libcxx Updated chart with weekly test results 2010-07-01 21:39:12 +00:00
lldb Change order of initialization. 2010-07-05 19:13:23 +00:00
llvm second round of low-level interface squeeze-out: 2010-07-06 15:44:11 +00:00