mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
Fix the docs build
(and add a bit of formatting.) llvm-svn: 294347
This commit is contained in:
parent
f2b2f0a4d5
commit
0c3fc2d0cd
@ -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
|
||||
===============================
|
||||
|
Loading…
Reference in New Issue
Block a user