summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2014-04-03 23:43:22 +0000
committerJim Grosbach <grosbach@apple.com>2014-04-03 23:43:22 +0000
commitbb1af943bb9ddc522844a3a16d1eddcc7a58c3fe (patch)
tree961c72a38e8c382513fc4c485eacff735b1bd744 /llvm/lib
parent1a5971150520c9b1d6c10be1a88a97b34f32beba (diff)
downloadbcm5719-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.h2
-rw-r--r--llvm/lib/Target/ARM/ARMTargetMachine.h4
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);
};
OpenPOWER on IntegriCloud