commit | 5080f4d9919d39b367891dc51e739c571a66036c | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jan 11 18:10:50 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jan 11 18:10:50 2008 +0000 |
tree | 06b044e30429c53461ddb9c1845c55f799394b85 | |
parent | f9b3f37abc25375be2ada0f88da7eca863095ad3 [diff] [blame] |
rename MachineInstr::setInstrDescriptor -> setDesc git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45871 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Target/Alpha/AlphaBranchSelector.cpp b/lib/Target/Alpha/AlphaBranchSelector.cpp index dba0b9e..f1d60c8 100644 --- a/lib/Target/Alpha/AlphaBranchSelector.cpp +++ b/lib/Target/Alpha/AlphaBranchSelector.cpp
@@ -57,7 +57,7 @@ // 1. reg // 2. target MBB const TargetInstrInfo *TII = Fn.getTarget().getInstrInfo(); - MBBI->setInstrDescriptor(TII->get(MBBI->getOperand(0).getImm())); + MBBI->setDesc(TII->get(MBBI->getOperand(0).getImm())); } } }