diff options
author | Jim Grosbach <grosbach@apple.com> | 2014-04-03 23:43:22 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2014-04-03 23:43:22 +0000 |
commit | bb1af943bb9ddc522844a3a16d1eddcc7a58c3fe (patch) | |
tree | 961c72a38e8c382513fc4c485eacff735b1bd744 /llvm/lib | |
parent | 1a5971150520c9b1d6c10be1a88a97b34f32beba (diff) | |
download | bcm5719-llvm-bb1af943bb9ddc522844a3a16d1eddcc7a58c3fe.tar.gz bcm5719-llvm-bb1af943bb9ddc522844a3a16d1eddcc7a58c3fe.zip |
Tidy up. 80 columns.
llvm-svn: 205584
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Target/ARM/ARMFeatures.h | 2 | ||||
-rw-r--r-- | llvm/lib/Target/ARM/ARMTargetMachine.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMFeatures.h b/llvm/lib/Target/ARM/ARMFeatures.h index a30f4cdb37f..2c5a8c5164c 100644 --- a/llvm/lib/Target/ARM/ARMFeatures.h +++ b/llvm/lib/Target/ARM/ARMFeatures.h @@ -1,4 +1,4 @@ -//===-- ARMFeatures.h - Checks for ARM instruction features ------*- C++ -*-===// +//===-- ARMFeatures.h - Checks for ARM instruction features -----*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/ARM/ARMTargetMachine.h b/llvm/lib/Target/ARM/ARMTargetMachine.h index 0c80a9529d1..b77effc9c43 100644 --- a/llvm/lib/Target/ARM/ARMTargetMachine.h +++ b/llvm/lib/Target/ARM/ARMTargetMachine.h @@ -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); }; |