r248551 introduced some breakage due to incorrectly terminated
``literals`` s.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248552
91177308-0d34-0410-b5e6-
96231b3b80d8
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
+with certain LLVM instructions (currently only ``call`` s and
+``invoke`` s). In a way they are like metadata, but dropping them is
incorrect and will change program semantics.
Syntax::