Fix spelling and grammar in a comment.
[oota-llvm.git] / lib / Target / Alpha / AlphaBranchSelector.cpp
index dba0b9ebf5ca54bed3754a4f35673bc193b95880..f1d60c836f7be437a6a6e179b480216aeb213515 100644 (file)
@@ -57,7 +57,7 @@ bool AlphaBSel::runOnMachineFunction(MachineFunction &Fn) {
         // 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()));
       }
     }
   }