diff options
Diffstat (limited to 'llvm/utils/TableGen/CodeGenInstruction.h')
-rw-r--r-- | llvm/utils/TableGen/CodeGenInstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 93d1ce1ddfd..33701ec0110 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h @@ -185,7 +185,7 @@ namespace llvm { return false; } - CodeGenInstruction(Record *R, const std::string &AsmStr); + CodeGenInstruction(Record *R); /// getOperandNamed - Return the index of the operand with the specified /// non-empty name. If the instruction does not have an operand with the |