From 968d70ffda6da458373202f1219864aa98e3b171 Mon Sep 17 00:00:00 2001 From: Sanjoy Das Date: Tue, 7 Feb 2017 20:36:03 +0000 Subject: [PATCH] Fix the docs build (and add a bit of formatting.) llvm-svn: 294347 --- llvm/docs/FaultMaps.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/llvm/docs/FaultMaps.rst b/llvm/docs/FaultMaps.rst index 3a360a2ba81a..d63ff5a84394 100644 --- a/llvm/docs/FaultMaps.rst +++ b/llvm/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 ===============================