Tidy up. 80 columns.
authorJim Grosbach <grosbach@apple.com>
Thu, 3 Apr 2014 23:43:22 +0000 (23:43 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 3 Apr 2014 23:43:22 +0000 (23:43 +0000)
llvm-svn: 205584

llvm/lib/Target/ARM/ARMFeatures.h
llvm/lib/Target/ARM/ARMTargetMachine.h

index a30f4cdb37f38a0445f668c482e2b91d3b468ad2..2c5a8c5164c034dedec593d9a1ddd47e862d7d0b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- ARMFeatures.h - Checks for ARM instruction features ------*- C++ -*-===//
+//===-- ARMFeatures.h - Checks for ARM instruction features -----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 0c80a9529d18b3c9812b094577ae2accda330921..b77effc9c435066e1d5a2abe4a5a30f93079d553 100644 (file)
@@ -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);
 };