summaryrefslogtreecommitdiffstats
path: root/docs/FaultMaps.rst
diff options
context:
space:
mode:
authorSanjoy Das <sanjoy@playingwithpointers.com>2017-02-07 20:36:03 +0000
committerSanjoy Das <sanjoy@playingwithpointers.com>2017-02-07 20:36:03 +0000
commit9ac774d7cf0206d806ea91cf49a5f19eda2461c8 (patch)
treef13c59ba38b5dfb6b4b61e4ccb01d10addff1d75 /docs/FaultMaps.rst
parentdabb7fcdd6aa83e48a526469002c43fbd12f1d24 (diff)
Fix the docs build
(and add a bit of formatting.) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294347 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FaultMaps.rst')
-rw-r--r--docs/FaultMaps.rst11
1 files changed, 6 insertions, 5 deletions
diff --git a/docs/FaultMaps.rst b/docs/FaultMaps.rst
index 3a360a2ba81a..d63ff5a84394 100644
--- a/docs/FaultMaps.rst
+++ b/docs/FaultMaps.rst
@@ -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
===============================