diff options
-rw-r--r-- | llvm/tools/dsymutil/DwarfLinker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/dsymutil/DwarfLinker.cpp b/llvm/tools/dsymutil/DwarfLinker.cpp index 3024967db62..3ab3d353ee1 100644 --- a/llvm/tools/dsymutil/DwarfLinker.cpp +++ b/llvm/tools/dsymutil/DwarfLinker.cpp @@ -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. |