diff options
author | Jim Grosbach <grosbach@apple.com> | 2014-04-18 02:09:02 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2014-04-18 02:09:02 +0000 |
commit | 56fd888e10794e59e13f32d551c935e06bc86852 (patch) | |
tree | 90a88301e5d0e76f91c522bcc9400bb400986d7a /llvm/utils/TableGen/CodeGenInstruction.h | |
parent | 0e28a3554b10f58f8a5c787720b62829b5553af8 (diff) | |
download | bcm5719-llvm-56fd888e10794e59e13f32d551c935e06bc86852.tar.gz bcm5719-llvm-56fd888e10794e59e13f32d551c935e06bc86852.zip |
iterator_range accessor for CodeGenTarget instruction list.
llvm-svn: 206551
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.h')
-rw-r--r-- | llvm/utils/TableGen/CodeGenInstruction.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 75afab5c693..dc39eb973b9 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h @@ -156,7 +156,6 @@ namespace llvm { iterator end() { return OperandList.end(); } const_iterator end() const { return OperandList.end(); } - /// getOperandNamed - Return the index of the operand with the specified /// non-empty name. If the instruction does not have an operand with the /// specified name, abort. |