Skip to content
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.

Commit

Permalink
Fix the docs build
Browse files Browse the repository at this point in the history
(and add a bit of formatting.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294347 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
sanjoy committed Feb 7, 2017
1 parent dabb7fc commit 9ac774d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/FaultMaps.rst
Expand Up @@ -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
===============================
Expand Down

0 comments on commit 9ac774d

Please sign in to comment.