aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetInstrInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-11-01 23:18:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-11-01 23:18:32 +0000
commite6ae14e1f413987f3de31a7cad1b20a7893f8cae (patch)
tree880e3bb1527666e32c68e7c16bb7b031aad55fab /include/llvm/Target/TargetInstrInfo.h
parent360c2dd25a0dc7eaed3d57af47a47ac7d12a6886 (diff)
downloadexternal_llvm-e6ae14e1f413987f3de31a7cad1b20a7893f8cae.zip
external_llvm-e6ae14e1f413987f3de31a7cad1b20a7893f8cae.tar.gz
external_llvm-e6ae14e1f413987f3de31a7cad1b20a7893f8cae.tar.bz2
Rename
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetInstrInfo.h')
-rw-r--r--include/llvm/Target/TargetInstrInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Target/TargetInstrInfo.h b/include/llvm/Target/TargetInstrInfo.h
index ead6315..4863417 100644
--- a/include/llvm/Target/TargetInstrInfo.h
+++ b/include/llvm/Target/TargetInstrInfo.h
@@ -240,9 +240,9 @@ public:
return -1;
}
- /// getTiedToSrcOperand - Returns the operand that is tied to the specified
+ /// findTiedToSrcOperand - Returns the operand that is tied to the specified
/// dest operand. Returns -1 if there isn't one.
- int getTiedToSrcOperand(MachineOpCode Opcode, unsigned OpNum) const;
+ int findTiedToSrcOperand(MachineOpCode Opcode, unsigned OpNum) const;
/// getDWARF_LABELOpcode - Return the opcode of the target's DWARF_LABEL
/// instruction if it has one. This is used by codegen passes that update