summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Alpha
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-11 18:10:50 +0000
committerChris Lattner <sabre@nondot.org>2008-01-11 18:10:50 +0000
commit596875118cb124f3a7ab9bb70473a5683b34758c (patch)
tree8e596c0c3d56284c7d345ca36789aa4457ab6e62 /llvm/lib/Target/Alpha
parent806dd0e2acf5103837c4f7dfaf235acc8c75ae18 (diff)
downloadbcm5719-llvm-596875118cb124f3a7ab9bb70473a5683b34758c.tar.gz
bcm5719-llvm-596875118cb124f3a7ab9bb70473a5683b34758c.zip
rename MachineInstr::setInstrDescriptor -> setDesc
llvm-svn: 45871
Diffstat (limited to 'llvm/lib/Target/Alpha')
-rw-r--r--llvm/lib/Target/Alpha/AlphaBranchSelector.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaBranchSelector.cpp b/llvm/lib/Target/Alpha/AlphaBranchSelector.cpp
index dba0b9ebf5c..f1d60c836f7 100644
--- a/llvm/lib/Target/Alpha/AlphaBranchSelector.cpp
+++ b/llvm/lib/Target/Alpha/AlphaBranchSelector.cpp
@@ -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()));
}
}
}
OpenPOWER on IntegriCloud