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 | dabfc21fbfc5208d2944130b403aadb777a2c33f (patch) | |
tree | 74b6fa41d77e11abed87980ffcd5d97764c8f7da /clang/lib/CodeGen | |
parent | 851443c5b9b72ad08f0827c8b5c904b179b13dfd (diff) | |
download | bcm5719-llvm-dabfc21fbfc5208d2944130b403aadb777a2c33f.tar.gz bcm5719-llvm-dabfc21fbfc5208d2944130b403aadb777a2c33f.zip |
Add definition of a static member of a class.
llvm-svn: 137411
Diffstat (limited to 'clang/lib/CodeGen')
-rw-r--r-- | clang/lib/CodeGen/TargetInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/CodeGen/TargetInfo.cpp b/clang/lib/CodeGen/TargetInfo.cpp index c07e0483582..87c07b4793e 100644 --- a/clang/lib/CodeGen/TargetInfo.cpp +++ b/clang/lib/CodeGen/TargetInfo.cpp @@ -2994,6 +2994,8 @@ public: CodeGenFunction &CGF) const; }; +const unsigned MipsABIInfo::MinABIStackAlignInBytes; + class MIPSTargetCodeGenInfo : public TargetCodeGenInfo { public: MIPSTargetCodeGenInfo(CodeGenTypes &CGT) |