diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-30 15:16:30 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2015-03-30 15:16:30 +0000 |
commit | 53444a43081e71d602999350ec8364b45c0ac435 (patch) | |
tree | e38617abc0b84a135459488cf605220f44127510 /llvm/docs/ExceptionHandling.rst | |
parent | 8d08bb2154839ab2085356039c4b4dc142b04001 (diff) | |
download | bcm5719-llvm-53444a43081e71d602999350ec8364b45c0ac435.tar.gz bcm5719-llvm-53444a43081e71d602999350ec8364b45c0ac435.zip |
Fix Sphinx warning " Title underline too short.".
llvm-svn: 233551
Diffstat (limited to 'llvm/docs/ExceptionHandling.rst')
-rw-r--r-- | llvm/docs/ExceptionHandling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index 26774e63ed0..0c12b282282 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/docs/ExceptionHandling.rst @@ -552,7 +552,7 @@ where xdata unwind information is used. It is typically an 8 byte chunk of memory treated as two 32-bit integers. ``llvm.eh.parentframe`` ----------------------- +----------------------- .. code-block:: llvm |