Fixing the MSVC 2013 build, NFC.

llvm-svn: 219491
This commit is contained in:
Aaron Ballman 2014-10-10 12:40:56 +00:00
parent 1809571c76
commit c6924d8690
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,8 @@
using namespace clang;
using namespace CodeGen;
namespace clang {
namespace CodeGen {
/// \brief API for captured statement code generation in OpenMP constructs.
class CGOpenMPRegionInfo : public CodeGenFunction::CGCapturedStmtInfo {
public:
@ -61,6 +63,7 @@ private:
/// \brief OpenMP executable directive associated with the region.
const OMPExecutableDirective &Directive;
};
}}
LValue CGOpenMPRegionInfo::getThreadIDVariableLValue(CodeGenFunction &CGF) {
return CGF.MakeNaturalAlignAddrLValue(