commit | cfd1638e2d8ebc1a64f576bf6fbebf9c8f0f54f9 | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Tue Aug 28 05:06:17 2007 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Tue Aug 28 05:06:17 2007 +0000 |
tree | adc7e5c2b05dcb2d1c4139ca75b088432501f218 | |
parent | f55a785e56e12ea6d439061227fb3951a73285e8 [diff] [blame] |
Mask directive completed with CalleeSave info Comments for Mips directives added. llvm-svn: 41526
diff --git a/llvm/lib/Target/Mips/MipsInstrInfo.h b/llvm/lib/Target/Mips/MipsInstrInfo.h index b120f23..f86f193 100644 --- a/llvm/lib/Target/Mips/MipsInstrInfo.h +++ b/llvm/lib/Target/Mips/MipsInstrInfo.h
@@ -22,8 +22,7 @@ namespace Mips { - // All CC branch operations on Mips I are turned - // into BEQ and BNE CC branches instructions. + // Mips Condition Codes enum CondCode { COND_E, COND_GZ,