mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-04 05:31:51 +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
|
// The LLVM Compiler Infrastructure
|
||||||
//
|
//
|
||||||
|
@ -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);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user