Coding style cleanups. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142341 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Bill Wendling 2011-10-18 07:40:22 +00:00
parent 928698b14e
commit 40825fbb40

View File

@ -1,7 +1,4 @@
#ifndef LLVM_Mips_MipsFIXUPKINDS_H
#define LLVM_Mips_MipsFIXUPKINDS_H
//===-- Mips/MipsFixupKinds.h - Mips Specific Fixup Entries --------*- C++ -*-===//
//===-- Mips/MipsFixupKinds.h - Mips Specific Fixup Entries -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@ -10,6 +7,8 @@
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_Mips_MipsFIXUPKINDS_H
#define LLVM_Mips_MipsFIXUPKINDS_H
#include "llvm/MC/MCFixup.h"
@ -83,8 +82,8 @@ namespace Mips {
LastTargetFixupKind,
NumTargetFixupKinds = LastTargetFixupKind - FirstTargetFixupKind
};
} // namespace llvm
} // namespace Mips
} // namespace llvm
#endif /* LLVM_Mips_MipsFIXUPKINDS_H */
#endif // LLVM_Mips_MipsFIXUPKINDS_H