[llvm-commits] CVS: llvm/include/llvm/Instruction.h

2007-04-17 Thread Chris Lattner
Changes in directory llvm/include/llvm: Instruction.h updated: 1.84 - 1.85 --- Log message: Instruction:: Next/Prev accessors are now private --- Diffs of the changes: (+8 -7) Instruction.h | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) Index:

[llvm-commits] CVS: llvm/include/llvm/Instruction.h Instructions.h

2007-02-15 Thread Chris Lattner
Changes in directory llvm/include/llvm: Instruction.h updated: 1.80 - 1.81 Instructions.h updated: 1.60 - 1.61 --- Log message: make mayWriteToMemory a non-virtual function --- Diffs of the changes: (+2 -18) Instruction.h |2 +- Instructions.h | 18 +- 2 files

[llvm-commits] CVS: llvm/include/llvm/Instruction.h Instructions.h

2006-09-17 Thread Chris Lattner
Changes in directory llvm/include/llvm: Instruction.h updated: 1.72 - 1.73 Instructions.h updated: 1.37 - 1.38 --- Log message: Add new SetCondInst::isRelational/isEquality methods. Rename Instruction::isRelational to Instruction::isComparison. --- Diffs of the changes: (+15 -4)