aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/ByteCode/Opcodes.td
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/AST/ByteCode/Opcodes.td')
-rw-r--r--clang/lib/AST/ByteCode/Opcodes.td2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/AST/ByteCode/Opcodes.td b/clang/lib/AST/ByteCode/Opcodes.td
index a2eaa61..1785fcf 100644
--- a/clang/lib/AST/ByteCode/Opcodes.td
+++ b/clang/lib/AST/ByteCode/Opcodes.td
@@ -422,8 +422,8 @@ def CheckLiteralType : Opcode {
}
def CheckArraySize : Opcode { let Args = [ArgUint64]; }
-
def CheckFunctionDecl : Opcode { let Args = [ArgFunctionDecl]; }
+def CheckBitCast : Opcode { let Args = [ArgTypePtr, ArgBool]; }
// [] -> [Value]
def GetGlobal : AccessOpcode;