diff options
Diffstat (limited to 'llvm/lib/Target/Alpha/AlphaISelLowering.h')
| -rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelLowering.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.h b/llvm/lib/Target/Alpha/AlphaISelLowering.h index aedaf395c6e..33f87ce8187 100644 --- a/llvm/lib/Target/Alpha/AlphaISelLowering.h +++ b/llvm/lib/Target/Alpha/AlphaISelLowering.h @@ -37,6 +37,9 @@ namespace llvm { /// GlobalBaseReg - used to restore the GOT ptr GlobalBaseReg, + + /// CALL - Normal call. + CALL, /// DIVCALL - used for special library calls for div and rem DivCall, |

