[llvm] r246693 - fix underline

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 2 12:35:31 PDT 2015


Author: spatel
Date: Wed Sep  2 14:35:31 2015
New Revision: 246693

URL: http://llvm.org/viewvc/llvm-project?rev=246693&view=rev
Log:
fix underline

Modified:
    llvm/trunk/docs/LangRef.rst

Modified: llvm/trunk/docs/LangRef.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/LangRef.rst?rev=246693&r1=246692&r2=246693&view=diff
==============================================================================
--- llvm/trunk/docs/LangRef.rst (original)
+++ llvm/trunk/docs/LangRef.rst Wed Sep  2 14:35:31 2015
@@ -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




More information about the llvm-commits mailing list