[PATCH] Add MachineOperand::ChangeToFPImmediate

hfinkel at anl.gov hfinkel at anl.gov
Sun Sep 28 12:12:20 PDT 2014


LGTM

================
Comment at: include/llvm/CodeGen/MachineOperand.h:554
@@ +553,3 @@
+  /// the specified value.  If an operand is known to be an immediate already,
+  /// the setImm method should be used.
+  void ChangeToFPImmediate(const ConstantFP *FPImm);
----------------
Should say setFPImm

http://reviews.llvm.org/D5513






More information about the llvm-commits mailing list