Fairly major overhaul of MachineInstr & Operand classes
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 04:24:49 +0000 (04:24 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 04:24:49 +0000 (04:24 +0000)
commit572f5c8c0cf66cd6f53dda255cd8c4d8f27d8505
treebe900ade1798bf6bbaf3ffe4901b2bb8c0ea8a28
parent054c1f6cb6f3a680fe4b8447880ed960fd7fe441
Fairly major overhaul of MachineInstr & Operand classes
  - Inline methods that are mostly a single line anyway
  - Eliminate several methods that were never called
  - Group methods a bit more consistently

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4329 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
lib/CodeGen/MachineInstr.cpp