diff options
author | Sanjay Patel <spatel@rotateright.com> | 2015-09-02 19:35:31 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2015-09-02 19:35:31 +0000 |
commit | 1f12b344a56e04a570766304cf4b5891c8a4081a (patch) | |
tree | 76b804d5c95c16c4ca0b9d64fe1c2c9328a1fb23 | |
parent | 42574203e55772022f93904a16f020daeade27cc (diff) | |
download | bcm5719-llvm-1f12b344a56e04a570766304cf4b5891c8a4081a.tar.gz bcm5719-llvm-1f12b344a56e04a570766304cf4b5891c8a4081a.zip |
fix underline
llvm-svn: 246693
-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 3c29e9a0618..756d411b53f 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -4164,7 +4164,7 @@ Examples: !3 = !{ i8 -2, i8 0, i8 3, i8 6 } '``unpredictable``' Metadata -^^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ``unpredictable`` metadata may be attached to any branch or switch instruction. It can be used to express the unpredictability of control |