diff options
| author | Joseph Tremoulet <jotrem@microsoft.com> | 2015-08-23 01:04:12 +0000 |
|---|---|---|
| committer | Joseph Tremoulet <jotrem@microsoft.com> | 2015-08-23 01:04:12 +0000 |
| commit | e82b3b8bc589b58e7e3ef4b5412151ee8e452771 (patch) | |
| tree | e6eccd63d7ea068b0510da337fba44c50814a0d6 | |
| parent | a7583988335ead8cedce3e79fca77e0d9ef32bcf (diff) | |
| download | bcm5719-llvm-e82b3b8bc589b58e7e3ef4b5412151ee8e452771.tar.gz bcm5719-llvm-e82b3b8bc589b58e7e3ef4b5412151ee8e452771.zip | |
[LangRef] Fix sphinx warning
Fix invalid inline literal introduced in r245797
llvm-svn: 245801
| -rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 9041c0cb206..9bcbd89c301 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -8451,7 +8451,7 @@ The ``cleanuppad`` instruction has several restrictions: cleanup block. - A basic block that is not a cleanup block may not include a '``cleanuppad``' instruction. -- All ``cleanupret``s which exit a cleanuppad must have the same +- All '``cleanupret``'s which exit a ``cleanuppad`` must have the same exceptional successor. - It is undefined behavior for control to transfer from a ``cleanuppad`` to a ``ret`` without first executing a ``cleanupret`` that consumes the |

