mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
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
This commit is contained in:
@@ -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
|
||||
===============================
|
||||
|
||||
Reference in New Issue
Block a user