diff options
Diffstat (limited to 'llvm/lib/AsmParser/LLParser.h')
| -rw-r--r-- | llvm/lib/AsmParser/LLParser.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/llvm/lib/AsmParser/LLParser.h b/llvm/lib/AsmParser/LLParser.h index cec1a8e8f7e..6f8962b6d4e 100644 --- a/llvm/lib/AsmParser/LLParser.h +++ b/llvm/lib/AsmParser/LLParser.h @@ -571,6 +571,8 @@ namespace llvm {      bool ParseCatchPad(Instruction *&Inst, PerFunctionState &PFS);      bool ParseCleanupPad(Instruction *&Inst, PerFunctionState &PFS); +    bool ParseUnaryOp(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc, +                      unsigned OperandType);      bool ParseArithmetic(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc,                           unsigned OperandType);      bool ParseLogical(Instruction *&Inst, PerFunctionState &PFS, unsigned Opc); | 

