Skip to content

Commit

Permalink
Tidy up. 80 columns.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205584 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Jim Grosbach committed Apr 3, 2014
1 parent 81fb6bf commit e170366
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Target/ARM/ARMFeatures.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===-- ARMFeatures.h - Checks for ARM instruction features ------*- C++ -*-===//
//===-- ARMFeatures.h - Checks for ARM instruction features -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
Expand Down
4 changes: 2 additions & 2 deletions lib/Target/ARM/ARMTargetMachine.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ class ThumbLETargetMachine : public ThumbTargetMachine {
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);
};
Expand Down

0 comments on commit e170366

Please sign in to comment.