diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2014-02-03 20:10:30 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2014-02-03 20:10:30 +0000 |
| commit | 0912fe06dc96c1bfbf729fab14a589dda7b4f5cf (patch) | |
| tree | 1de4b61d118598759966622f5c90e9e0b78a4724 /lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h | |
| parent | d7d11ef5c1bd396fbcb8b228a770b9de86f75049 (diff) | |
| download | bcm5719-llvm-0912fe06dc96c1bfbf729fab14a589dda7b4f5cf.tar.gz bcm5719-llvm-0912fe06dc96c1bfbf729fab14a589dda7b4f5cf.zip | |
[Mips] Unify #include guard names.
llvm-svn: 200715
Diffstat (limited to 'lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h')
| -rw-r--r-- | lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h index 80835dbc8dd..972e81251c9 100644 --- a/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h +++ b/lld/lib/ReaderWriter/ELF/Mips/MipsRelocationHandler.h @@ -6,8 +6,8 @@ // License. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// -#ifndef LLD_READER_WRITER_ELF_MIPS_RELOCATION_HANDLER_H -#define LLD_READER_WRITER_ELF_MIPS_RELOCATION_HANDLER_H +#ifndef LLD_READER_WRITER_ELF_MIPS_MIPS_RELOCATION_HANDLER_H +#define LLD_READER_WRITER_ELF_MIPS_MIPS_RELOCATION_HANDLER_H #include "MipsLinkingContext.h" |

