diff options
Diffstat (limited to 'lib/Target/PowerPC/PPC64InstrInfo.h')
-rw-r--r-- | lib/Target/PowerPC/PPC64InstrInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/PowerPC/PPC64InstrInfo.h b/lib/Target/PowerPC/PPC64InstrInfo.h index ad05a540a8..e2e643c56d 100644 --- a/lib/Target/PowerPC/PPC64InstrInfo.h +++ b/lib/Target/PowerPC/PPC64InstrInfo.h @@ -1,10 +1,10 @@ //===- PPC64InstrInfo.h - PowerPC64 Instruction Information -----*- C++ -*-===// -// +// // The LLVM Compiler Infrastructure // // This file was developed by the LLVM research group and is distributed under // the University of Illinois Open Source License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file contains the PowerPC64 implementation of the TargetInstrInfo class. @@ -47,7 +47,7 @@ public: case PPC::BGE: return PPC::BLT; case PPC::BGT: return PPC::BLE; case PPC::BLE: return PPC::BGT; - } + } } }; |