diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-08-12 01:43:14 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-08-12 01:43:14 +0000 |
commit | 3827e42982d578ace7713f2e43a7e7e2fa5f8418 (patch) | |
tree | 3823cfd3e8b2db1feb75fbd5b4ca719b6ba3e40a /lib/CodeGen/TargetInfo.cpp | |
parent | b7c324f8581a55e2a918e5f3eb2e7418b09df0f2 (diff) |
Add definition of a static member of a class.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/TargetInfo.cpp')
-rw-r--r-- | lib/CodeGen/TargetInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/TargetInfo.cpp b/lib/CodeGen/TargetInfo.cpp index c07e048358..87c07b4793 100644 --- a/lib/CodeGen/TargetInfo.cpp +++ b/lib/CodeGen/TargetInfo.cpp @@ -2994,6 +2994,8 @@ public: CodeGenFunction &CGF) const; }; +const unsigned MipsABIInfo::MinABIStackAlignInBytes; + class MIPSTargetCodeGenInfo : public TargetCodeGenInfo { public: MIPSTargetCodeGenInfo(CodeGenTypes &CGT) |