Tidy up. 80 columns.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205584 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jim Grosbach 2014-04-03 23:43:22 +00:00
parent 81fb6bfb85
commit e1703660c4
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
//===-- ARMFeatures.h - Checks for ARM instruction features ------*- C++ -*-===// //===-- ARMFeatures.h - Checks for ARM instruction features -----*- C++ -*-===//
// //
// The LLVM Compiler Infrastructure // The LLVM Compiler Infrastructure
// //

View File

@ -182,8 +182,8 @@ public:
class ThumbBETargetMachine : public ThumbTargetMachine { class ThumbBETargetMachine : public ThumbTargetMachine {
virtual void anchor(); virtual void anchor();
public: public:
ThumbBETargetMachine(const Target &T, StringRef TT, ThumbBETargetMachine(const Target &T, StringRef TT, StringRef CPU,
StringRef CPU, StringRef FS, const TargetOptions &Options, StringRef FS, const TargetOptions &Options,
Reloc::Model RM, CodeModel::Model CM, Reloc::Model RM, CodeModel::Model CM,
CodeGenOpt::Level OL); CodeGenOpt::Level OL);
}; };