diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm/Attributes.h b/include/llvm/Attributes.h index fc666c7..07e2154 100644 --- a/include/llvm/Attributes.h +++ b/include/llvm/Attributes.h @@ -216,6 +216,7 @@ public: /// get - Return a uniquified Attributes object. This takes the uniquified /// value from the Builder and wraps it in the Attributes class. + static Attributes get(Builder &B); static Attributes get(LLVMContext &Context, Builder &B); // Attribute query methods. |