diff options
Diffstat (limited to 'llvm/include/llvm/CodeGen/GlobalISel/MachineLegalizer.h')
-rw-r--r-- | llvm/include/llvm/CodeGen/GlobalISel/MachineLegalizer.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/llvm/include/llvm/CodeGen/GlobalISel/MachineLegalizer.h b/llvm/include/llvm/CodeGen/GlobalISel/MachineLegalizer.h index 96ddadfc993..1ba1a75f32f 100644 --- a/llvm/include/llvm/CodeGen/GlobalISel/MachineLegalizer.h +++ b/llvm/include/llvm/CodeGen/GlobalISel/MachineLegalizer.h @@ -71,17 +71,6 @@ public: MachineLegalizer(); - /// Replace \p MI by a sequence of legal instructions that can implement the - /// same operation. Note that this means \p MI may be deleted, so any iterator - /// steps should be performed before calling this function. - /// - /// Considered as an opaque blob, the legal code will use and define the same - /// registers as \p MI. - /// - /// \returns true if the function is modified, false if the instruction was - /// already legal. - bool legalizeInstr(MachineInstr &MI) const; - /// Compute any ancillary tables needed to quickly decide how an operation /// should be handled. This must be called after all "set*Action"methods but /// before any query is made or incorrect results may be returned. |