[all-commits] [llvm/llvm-project] 41f8a0: [MIBundle] Remove unused/obsolete MIOperands/Const...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Dec 4 13:21:35 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 41f8a0243268f7548fde3b179eafd2d909166bff
https://github.com/llvm/llvm-project/commit/41f8a0243268f7548fde3b179eafd2d909166bff
Author: Florian Hahn <flo at fhahn.com>
Date: 2019-12-04 (Wed, 04 Dec 2019)
Changed paths:
M llvm/include/llvm/CodeGen/MachineInstrBundle.h
Log Message:
-----------
[MIBundle] Remove unused/obsolete MIOperands/ConstMIOperands (NFC).
Those iterators are unused and the respective iterators from
MachineInstr should be used (e.g. MachineInstr::operands(),
https://llvm.org/doxygen/classllvm_1_1MachineInstr.html#aef0e7e42e45e15f86b2a122b56ab829c)
Reviewers: evandro, t.p.northover, paquette, MatzeB, arsenm, ab
Reviewed By: ab
Differential Revision: https://reviews.llvm.org/D70560
More information about the All-commits
mailing list