summaryrefslogtreecommitdiffstats
path: root/lld/COFF/Symbols.cpp
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2015-07-25 21:54:50 +0000
committerRui Ueyama <ruiu@google.com>2015-07-25 21:54:50 +0000
commit5e706b3ee31b4e42a69a184fabc8b8cfbf4677af (patch)
treeef6cf8de05beb423368ad50f2db0ebf68a994a93 /lld/COFF/Symbols.cpp
parent5c437cd1e98bd72d7cfe411564ca082edd7bb922 (diff)
downloadbcm5719-llvm-5e706b3ee31b4e42a69a184fabc8b8cfbf4677af.tar.gz
bcm5719-llvm-5e706b3ee31b4e42a69a184fabc8b8cfbf4677af.zip
COFF: Use short identifiers. NFC.
llvm-svn: 243229
Diffstat (limited to 'lld/COFF/Symbols.cpp')
-rw-r--r--lld/COFF/Symbols.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/COFF/Symbols.cpp b/lld/COFF/Symbols.cpp
index 355442ae5ae..9b7a3fdd3fc 100644
--- a/lld/COFF/Symbols.cpp
+++ b/lld/COFF/Symbols.cpp
@@ -197,9 +197,9 @@ COFFSymbolRef DefinedCOFF::getCOFFSymbol() {
}
DefinedImportThunk::DefinedImportThunk(StringRef Name, DefinedImportData *S,
- uint16_t MachineType)
+ uint16_t Machine)
: Defined(DefinedImportThunkKind, Name) {
- switch (MachineType) {
+ switch (Machine) {
case AMD64:
Data.reset(new ImportThunkChunkX64(S));
return;
OpenPOWER on IntegriCloud