[PATCH] Add MachineOperand::ChangeToFPImmediate
hfinkel at anl.gov
hfinkel at anl.gov
Sun Sep 28 11:37:28 PDT 2014
Full-context diffs please ;)
================
Comment at: include/llvm/CodeGen/MachineOperand.h:547
@@ -546,1 +546,3 @@
+ /// ChangeToImmediate - Replace this operand with a new immediate operand of
+ /// the specified value. If an operand is known to be an immediate already,
----------------
This comment needs to be updated. Also, are you going to add an setFPImm?
http://reviews.llvm.org/D5513
More information about the llvm-commits
mailing list