Skip to content

Commit

Permalink
remove unneeded namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
eliecuevas committed Dec 19, 2024
1 parent f83c665 commit 5d642f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/lib/CodeGen/CGCilk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

using namespace clang;
using namespace CodeGen;
using namespace std;

CodeGenFunction::IsSpawnedScope::IsSpawnedScope(CodeGenFunction *CGF)
: CGF(CGF), OldIsSpawned(CGF->IsSpawned),
Expand Down Expand Up @@ -495,6 +494,7 @@ void CodeGenFunction::EmitCilkScopeStmt(const CilkScopeStmt &S) {
void
CodeGenFunction::EmitCilkForRangeStmt(const CilkForRangeStmt &S,
ArrayRef<const Attr *> ForAttrs) {

JumpDest LoopExit = getJumpDestInCurrentScope("pfor.end");

// Setup the sync region
Expand Down

0 comments on commit 5d642f2

Please sign in to comment.