diff options
author | Zachary Turner <zturner@google.com> | 2016-07-29 18:24:26 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-07-29 18:24:26 +0000 |
commit | a010f5cef0a2436312f50dfa770f10c8f2a7aa02 (patch) | |
tree | 9fb4ca144551c78a3608ef2d44a1cff8838f1b89 /llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp | |
parent | b99d1cc7ed2bf3b57e7ee9528d4e0f2d30e65e5c (diff) | |
download | bcm5719-llvm-a010f5cef0a2436312f50dfa770f10c8f2a7aa02.tar.gz bcm5719-llvm-a010f5cef0a2436312f50dfa770f10c8f2a7aa02.zip |
[msf] Rename Msf to MSF.
In a previous patch, it was suggested to use all caps instead of
rolling caps for initialisms, so this patch changes everything
to do this.
llvm-svn: 277190
Diffstat (limited to 'llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp')
-rw-r--r-- | llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp b/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp index 95ea48d8f43..9ce6a51ca91 100644 --- a/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp +++ b/llvm/tools/llvm-pdbdump/LLVMOutputStyle.cpp @@ -13,8 +13,8 @@ #include "llvm/DebugInfo/CodeView/EnumTables.h" #include "llvm/DebugInfo/CodeView/ModuleSubstreamVisitor.h" #include "llvm/DebugInfo/CodeView/SymbolDumper.h" -#include "llvm/DebugInfo/Msf/MappedBlockStream.h" -#include "llvm/DebugInfo/Msf/StreamReader.h" +#include "llvm/DebugInfo/MSF/MappedBlockStream.h" +#include "llvm/DebugInfo/MSF/StreamReader.h" #include "llvm/DebugInfo/PDB/PDBExtras.h" #include "llvm/DebugInfo/PDB/Raw/DbiStream.h" #include "llvm/DebugInfo/PDB/Raw/EnumTables.h" |