diff options
| -rw-r--r-- | llvm/docs/LangRef.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 5bcbb224812..22295287c35 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -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 |

