1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Tidy up. 80 columns.

llvm-svn: 205584
This commit is contained in:
Jim Grosbach 2014-04-03 23:43:22 +00:00
parent 7c9088c82d
commit 0813a7bbeb
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
//

View File

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