Fix typo in comment.
[oota-llvm.git] / lib / Target / X86 / X86InstrInfo.td
2003-08-15 Chris LattnerAdd support for unconditional branches and for emitting...
2003-08-11 Chris LattnerAdd basic support for 16 and 32 bit function arguments!
2003-08-11 Chris LattnerAdd (ret int) expander so that we can at least write...
2003-08-11 Chris LattnerAdd patterns for multiply, and, or, and xor
2003-08-06 Chris Lattneradd a pattern for RET, immediates no longer need to...
2003-08-05 Chris LattnerThis is the real fix for the previous register allocato...
2003-08-04 Chris LattnerAdd patterns for (mov R, R) (mov R, I) and subtracts...
2003-08-04 Chris LattnerChange comments into something that TableGen can read!
2003-08-04 Chris Lattnertransition to using let instead of set
2003-08-03 Chris LattnerAdd new TableGen instruction definitions