Use MachineInstr::mop_iterator instead of MIOperands; NFC
authorMatthias Braun <matze@braunis.de>
Mon, 24 Oct 2016 21:36:43 +0000 (21:36 +0000)
committerMatthias Braun <matze@braunis.de>
Mon, 24 Oct 2016 21:36:43 +0000 (21:36 +0000)
commitfc371558a0e51e0690c37659f7f88d56c16ec698
treefd277e47467d24d53e62b559fe38bac5537646c6
parent209150a33497d5cba624b34423d59ea176b8e33d
Use MachineInstr::mop_iterator instead of MIOperands; NFC

(Const)?MIOperands is equivalent to the C++ style
MachineInstr::mop_iterator. Use the latter for consistency except for a
few callers of MIOperands::analyzePhysReg().

llvm-svn: 285029
llvm/lib/CodeGen/MachinePipeliner.cpp
llvm/lib/Target/Hexagon/HexagonEarlyIfConv.cpp
llvm/lib/Target/Hexagon/HexagonGenInsert.cpp
llvm/lib/Target/Hexagon/HexagonGenMux.cpp
llvm/lib/Target/Hexagon/HexagonGenPredicate.cpp
llvm/lib/Target/Hexagon/HexagonHazardRecognizer.cpp