| Index: include/llvm/CodeGen/ISDOpcodes.h
|
| diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h
|
| index bbf0ad304585d4b886200d8dc5d54ac1fab3b651..fe9ace9b3c708462e05a2c1a2f49c490f8634b80 100644
|
| --- a/include/llvm/CodeGen/ISDOpcodes.h
|
| +++ b/include/llvm/CodeGen/ISDOpcodes.h
|
| @@ -679,6 +679,13 @@ namespace ISD {
|
| /// is the chain and the second operand is the alloca pointer.
|
| LIFETIME_START, LIFETIME_END,
|
|
|
| + // @LOCALMOD-BEGIN
|
| + // NACL_* - Native Client instrinsics.
|
| + // NACL_READ_TP is a fast built-in version of NaCl's tls_get() IRT
|
| + // interface.
|
| + NACL_READ_TP,
|
| + // @LOCALMOD-END
|
| +
|
| /// BUILTIN_OP_END - This must be the last enum value in this list.
|
| /// The target-specific pre-isel opcode values start here.
|
| BUILTIN_OP_END
|
|
|