[llvm-commits] CVS: llvm/lib/Target/Sparc/SparcInternals.h

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


Changes in directory llvm/lib/Target/Sparc:

SparcInternals.h updated: 1.82 -> 1.83

---
Log message:

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


---
Diffs of the changes:

Index: llvm/lib/Target/Sparc/SparcInternals.h
diff -u llvm/lib/Target/Sparc/SparcInternals.h:1.82 llvm/lib/Target/Sparc/SparcInternals.h:1.83
--- llvm/lib/Target/Sparc/SparcInternals.h:1.82	Fri May 23 19:09:50 2003
+++ llvm/lib/Target/Sparc/SparcInternals.h	Fri May 23 20:08:42 2003
@@ -113,10 +113,9 @@
     return BuildMI(V9::SETHI, 2).addReg(SparcIntRegClass::g0).addZImm(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.
   ///
   bool isNOPinstr(const MachineInstr &MI) const {
     // Make sure the instruction is EXACTLY `sethi g0, 0'





More information about the llvm-commits mailing list