forked from OSchip/llvm-project
[LangRef] Drop "experimental" caveat from operand bundles
I think we're past that point now. llvm-svn: 286428
This commit is contained in:
parent
b53ec46773
commit
116df1328c
|
@ -1616,9 +1616,6 @@ example:
|
|||
Operand Bundles
|
||||
---------------
|
||||
|
||||
Note: operand bundles are a work in progress, and they should be
|
||||
considered experimental at this time.
|
||||
|
||||
Operand bundles are tagged sets of SSA values that can be associated
|
||||
with certain LLVM instructions (currently only ``call`` s and
|
||||
``invoke`` s). In a way they are like metadata, but dropping them is
|
||||
|
|
Loading…
Reference in New Issue