diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-08-11 15:33:49 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-08-11 15:33:49 +0000 |
commit | f24f9d9cb6f5f3c70d6b26104b14e29c7dbd0720 (patch) | |
tree | 3b13b278d28fa92f9edb77b6ac3e3747d9db02ed /llvm/lib/Target/ARM/ARMMachineFunctionInfo.h | |
parent | 74eb9e7bfd838f2a9e0c84b94ee83d2ec2a855cd (diff) | |
download | bcm5719-llvm-f24f9d9cb6f5f3c70d6b26104b14e29c7dbd0720.tar.gz bcm5719-llvm-f24f9d9cb6f5f3c70d6b26104b14e29c7dbd0720.zip |
Whitespace cleanup. Remove trailing whitespace.
llvm-svn: 78666
Diffstat (limited to 'llvm/lib/Target/ARM/ARMMachineFunctionInfo.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMMachineFunctionInfo.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h b/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h index 1f8c58f01ab..7ae287d56b3 100644 --- a/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h +++ b/llvm/lib/Target/ARM/ARMMachineFunctionInfo.h @@ -1,10 +1,10 @@ //====- ARMMachineFuctionInfo.h - ARM machine function info -----*- C++ -*-===// -// +// // The LLVM Compiler Infrastructure // // This file is distributed under the University of Illinois Open Source // License. See LICENSE.TXT for details. -// +// //===----------------------------------------------------------------------===// // // This file declares ARM-specific per-machine-function information. @@ -140,7 +140,7 @@ public: unsigned getFramePtrSpillOffset() const { return FramePtrSpillOffset; } void setFramePtrSpillOffset(unsigned o) { FramePtrSpillOffset = o; } - + unsigned getGPRCalleeSavedArea1Offset() const { return GPRCS1Offset; } unsigned getGPRCalleeSavedArea2Offset() const { return GPRCS2Offset; } unsigned getDPRCalleeSavedAreaOffset() const { return DPRCSOffset; } |