[PATCH] Add more ChangeTo* functions to MachineOperand
Matt Arsenault
Matthew.Arsenault at amd.com
Tue May 5 20:53:56 PDT 2015
================
Comment at: include/llvm/CodeGen/MachineOperand.h:558
@@ +557,3 @@
+ /// ChangeToES - Replace this operand with a new external symbol operand.
+ void ChangeToES(const char *SymName, unsigned char TargetFlags = 0);
+
----------------
hfinkel wrote:
> Please write out ChangeToExternalSymbol
This was to match the name of CreateES
http://reviews.llvm.org/D9505
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list