mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
typo
llvm-svn: 328141
This commit is contained in:
parent
a99695db30
commit
fc58280a18
@ -1610,7 +1610,7 @@ private:
|
||||
unsigned Indent = 0);
|
||||
|
||||
/// Flags passed to DwarfLinker::lookForDIEsToKeep
|
||||
enum TravesalFlags {
|
||||
enum TraversalFlags {
|
||||
TF_Keep = 1 << 0, ///< Mark the traversed DIEs as kept.
|
||||
TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope.
|
||||
TF_DependencyWalk = 1 << 2, ///< Walking the dependencies of a kept DIE.
|
||||
|
Loading…
x
Reference in New Issue
Block a user