From 116df1328cbd9124aa84260fb3dfc60208618f41 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Thu, 10 Nov 2016 06:21:10 +0000 Subject: [PATCH] [LangRef] Drop "experimental" caveat from operand bundles I think we're past that point now. llvm-svn: 286428 --- llvm/docs/LangRef.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 5bcbb22..2229528 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 -- 2.7.4