Cameron Zwarich 49330adc9c Fix TableGen so that it will emit the correct signature for FastEmit_f:
/// FastEmit_f - This method is called by target-independent code
  /// to request that an instruction with the given type, opcode, and
  /// floating-point immediate operand be emitted.
  virtual unsigned FastEmit_f(MVT VT,
                              MVT RetVT,
                              unsigned Opcode,
                              const ConstantFP *FPImm);

Currently, it emits an accidentally overloaded version without the const on the
ConstantFP*. This doesn't affect anything in the tree, since nothing causes that
method to be autogenerated, but I have been playing with some ARM TableGen
refactorings that hit this problem.

llvm-svn: 147727
2012-01-07 08:18:37 +00:00
..
2011-10-07 18:25:05 +00:00
2010-11-29 18:16:10 +00:00
2011-10-07 18:25:05 +00:00
2011-03-31 00:23:57 +00:00
2011-10-04 03:08:43 +00:00
2010-08-04 16:11:24 +00:00
2009-08-24 03:44:02 +00:00