mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-14 07:31:47 +00:00
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:
parent
81fb6bfb85
commit
e1703660c4
@ -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