From 87bdcaf2b85ba3ad7e979987210545774795ea29 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 21 Jul 2001 20:08:52 +0000 Subject: More minor reorganizations git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Instruction.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/llvm/Instruction.h') diff --git a/include/llvm/Instruction.h b/include/llvm/Instruction.h index 54dcf603ef..85f5c0f429 100644 --- a/include/llvm/Instruction.h +++ b/include/llvm/Instruction.h @@ -38,10 +38,6 @@ public: // virtual Instruction *clone() const = 0; - // Add a machine instruction used to implement this instruction - // - void addMachineInstruction(MachineInstr* minstr); - // Accessor methods... // inline const BasicBlock *getParent() const { return Parent; } @@ -55,6 +51,10 @@ public: return *machineInstrVec; } + // Add a machine instruction used to implement this instruction + // + void addMachineInstruction(MachineInstr* minstr); + // --------------------------------------------------------------------------- // Subclass classification... getInstType() returns a member of // one of the enums that is coming soon (down below)... -- cgit v1.2.3