Skip to content
Snippets Groups Projects
Commit 954e28ba authored by Aaron Ballman's avatar Aaron Ballman
Browse files

Fixing the MSVC 2013 build, NFC.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219491 91177308-0d34-0410-b5e6-96231b3b80d8
parent c86ac7a3
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment