Fix the docs build
authorSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 7 Feb 2017 20:36:03 +0000 (20:36 +0000)
committerSanjoy Das <sanjoy@playingwithpointers.com>
Tue, 7 Feb 2017 20:36:03 +0000 (20:36 +0000)
(and add a bit of formatting.)

llvm-svn: 294347

llvm/docs/FaultMaps.rst

index 3a360a2..d63ff5a 100644 (file)
@@ -53,11 +53,12 @@ The format of this section is
     }
   }
 
-FailtKind describes the reason of expected fault.
-Currently three kind of faults are supported:
-  1. FaultingLoad - fault due to load from memory.
-  2. FaultingLoadStore - fault due to instruction load and store.
-  3. FaultingStore - fault due to store to memory.
+FailtKind describes the reason of expected fault. Currently three kind
+of faults are supported:
+
+  1. ``FaultMaps::FaultingLoad`` - fault due to load from memory.
+  2. ``FaultMaps::FaultingLoadStore`` - fault due to instruction load and store.
+  3. ``FaultMaps::FaultingStore`` - fault due to store to memory.
 
 The ``ImplicitNullChecks`` pass
 ===============================