[llvm-commits] CVS: llvm/include/llvm/Target/TargetInstrInfo.h

Misha Brukman brukman at cs.uiuc.edu
Fri May 23 20:09:13 PDT 2003


Changes in directory llvm/include/llvm/Target:

TargetInstrInfo.h updated: 1.43 -> 1.44

---
Log message:

Reword to remove reference to how things worked in the past.


---
Diffs of the changes:

Index: llvm/include/llvm/Target/TargetInstrInfo.h
diff -u llvm/include/llvm/Target/TargetInstrInfo.h:1.43 llvm/include/llvm/Target/TargetInstrInfo.h:1.44
--- llvm/include/llvm/Target/TargetInstrInfo.h:1.43	Fri May 23 19:08:39 2003
+++ llvm/include/llvm/Target/TargetInstrInfo.h	Fri May 23 20:08:40 2003
@@ -280,10 +280,9 @@
   ///
   virtual MachineInstr* createNOPinstr() const = 0;
 
-  /// isNOPinstr - since we no longer have a special NOP opcode, we need to know
-  /// if a given instruction is interpreted as an `official' NOP instr, i.e.,
-  /// there may be more than one way to `do nothing' but only one canonical
-  /// way to slack off.
+  /// isNOPinstr - not having a special NOP opcode, we need to know if a given
+  /// instruction is interpreted as an `official' NOP instr, i.e., there may be
+  /// more than one way to `do nothing' but only one canonical way to slack off.
   ///
   virtual bool isNOPinstr(const MachineInstr &MI) const = 0;
 





More information about the llvm-commits mailing list