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:
parent
7c9088c82d
commit
0813a7bbeb
@ -1,4 +1,4 @@
|
||||
//===-- ARMFeatures.h - Checks for ARM instruction features ------*- C++ -*-===//
|
||||
//===-- ARMFeatures.h - Checks for ARM instruction features -----*- C++ -*-===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
||||
|
@ -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);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user