llvm-6502/include
Chandler Carruth 13f0d301e8 [cleanup] Add a getOperandNo method to the Use class and implement it
out-of-line so that it can refer to the methods on User. As
a consequence, this removes the need to define one template method if
value_use_iterator in the extremely strange User.h header (!!!).

This makse Use.h slightly less peculiar. The only remaining real
peculiarity is the definition of Use::set in Value.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202805 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-04 09:19:43 +00:00
..
llvm [cleanup] Add a getOperandNo method to the Use class and implement it 2014-03-04 09:19:43 +00:00
llvm-c Add 'remark' diagnostic type in LLVM 2014-02-28 09:08:45 +00:00