- Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
authorChris Lattner <sabre@nondot.org>
Sun, 13 Oct 2002 19:39:16 +0000 (19:39 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 13 Oct 2002 19:39:16 +0000 (19:39 +0000)
commit0b16ae209a1d0876a7ea6800bb567d925443cba3
treeefd67aacd32694e22c88507aa97287461bfd0910
parentf6c52db3715d53e195c5a7429987deba71ed0af7
  - Rename Instruction::First*Op to *OpsBegin, and Num*Ops to *OpsEnd to
    reflect the fact that it's a range being defined.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4147 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InstrTypes.h
include/llvm/Instruction.h
lib/Bytecode/Reader/InstructionReader.cpp
lib/Target/SparcV9/SparcV9InstrInfo.cpp
lib/Target/SparcV9/SparcV9PreSelection.cpp
lib/Transforms/Instrumentation/TraceValues.cpp
lib/VMCore/BasicBlock.cpp
lib/VMCore/Constants.cpp