diff options
Diffstat (limited to 'clang/lib/AST/ByteCode/Opcodes.td')
-rw-r--r-- | clang/lib/AST/ByteCode/Opcodes.td | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/lib/AST/ByteCode/Opcodes.td b/clang/lib/AST/ByteCode/Opcodes.td index 123c21f..4b0c902 100644 --- a/clang/lib/AST/ByteCode/Opcodes.td +++ b/clang/lib/AST/ByteCode/Opcodes.td @@ -850,3 +850,7 @@ def BitCastPrim : Opcode { } def BitCast : Opcode; + +def GetTypeid : Opcode { let Args = [ArgTypePtr, ArgTypePtr]; } +def GetTypeidPtr : Opcode { let Args = [ArgTypePtr]; } +def DiagTypeid : Opcode; |