[LangRef] Fix the doc for operand bundles
authorSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 23 Oct 2015 01:28:05 +0000 (01:28 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Fri, 23 Oct 2015 01:28:05 +0000 (01:28 +0000)
I accidentally messed this up after a merge conflict in a previous
commit.

llvm-svn: 251089

llvm/docs/LangRef.rst

index 525b01c..2a881d1 100644 (file)
@@ -1477,14 +1477,6 @@ operand bundle to not miscompile programs containing it.
   ways before control is transferred to the callee or invokee.
 - Calls and invokes with operand bundles have unknown read / write
   effect on the heap on entry and exit (even if the call target is
-  ``readnone`` or ``readonly``).
-- An operand bundle at a call site cannot change the implementation
-  of the called function.  Inter-procedural optimizations work as
-  usual as long as they take into account the first two properties.
-- The bundle operands for an unknown operand bundle escape in unknown
-  ways before control is transferred to the callee or invokee.
-- Calls and invokes with operand bundles have unknown read / write
-  effect on the heap on entry and exit (even if the call target is
   ``readnone`` or ``readonly``), unless they're overriden with
   callsite specific attributes.
 - An operand bundle at a call site cannot change the implementation