summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Sparc
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2003-05-24 01:08:43 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2003-05-24 01:08:43 +0000
commite2402c65d0e107afb49fb7fae12abc3011094f8c (patch)
tree6e3482bba977094a597d34ac476f882b046ea517 /llvm/lib/Target/Sparc
parent0d817c4b2e03a05b17bc7ba98e6a3b31b88a32be (diff)
downloadbcm5719-llvm-e2402c65d0e107afb49fb7fae12abc3011094f8c.tar.gz
bcm5719-llvm-e2402c65d0e107afb49fb7fae12abc3011094f8c.zip
Reword to remove reference to how things worked in the past.
llvm-svn: 6323
Diffstat (limited to 'llvm/lib/Target/Sparc')
-rw-r--r--llvm/lib/Target/Sparc/SparcInternals.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h
index 0ad163c0815..ec04d3b8d2c 100644
--- a/llvm/lib/Target/Sparc/SparcInternals.h
+++ b/llvm/lib/Target/Sparc/SparcInternals.h
@@ -113,10 +113,9 @@ struct UltraSparcInstrInfo : public TargetInstrInfo {
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'
OpenPOWER on IntegriCloud