]> granicus.if.org Git - llvm/commitdiff
[llvm-c] Add UnaryOperator to LLVM_FOR_EACH_VALUE_SUBCLASS macro
authorCameron McInally <cameron.mcinally@nyu.edu>
Mon, 7 Oct 2019 21:33:39 +0000 (21:33 +0000)
committerCameron McInally <cameron.mcinally@nyu.edu>
Mon, 7 Oct 2019 21:33:39 +0000 (21:33 +0000)
Note that we are not sure where the tests for these functions lives. This was discussed in the Phab Diff.

Differential Revision: https://reviews.llvm.org/D68588

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373969 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm-c/Core.h

index 815541c65d8cce5d994c8a6611d11afe05f0f5a5..b84970956666a7b9fc4f914061362e45b9b40959 100644 (file)
@@ -1543,6 +1543,7 @@ LLVMTypeRef LLVMX86MMXType(void);
           macro(GlobalVariable)             \
       macro(UndefValue)                     \
     macro(Instruction)                      \
+      macro(UnaryOperator)                  \
       macro(BinaryOperator)                 \
       macro(CallInst)                       \
         macro(IntrinsicInst)                \