Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
[oota-llvm.git] / include / llvm / CodeGen / MachineInstr.h
index 7c8fe880bb11d39a5a003ae154e3484cc4016303..5450e839db2ce3fc27c19560b6ad9f1b0c036f1f 100644 (file)
@@ -68,9 +68,9 @@ public:
   const MachineBasicBlock* getParent() const { return Parent; }
   MachineBasicBlock* getParent() { return Parent; }
   
-  /// getInstrDescriptor - Returns the target instruction descriptor of this
+  /// getDesc - Returns the target instruction descriptor of this
   /// MachineInstr.
-  const TargetInstrDescriptor *getInstrDescriptor() const { return TID; }
+  const TargetInstrDescriptor *getDesc() const { return TID; }
 
   /// getOpcode - Returns the opcode of this MachineInstr.
   ///