Skip to content
Snippets Groups Projects
Commit d8a9b5c1 authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

Improved formatting

parent a61d9f78
No related branches found
No related tags found
No related merge requests found
...@@ -554,9 +554,9 @@ void CodeGenTraversal::insertRuntimeCalls(DFInternalNode* N, Kernel* K, const Tw ...@@ -554,9 +554,9 @@ void CodeGenTraversal::insertRuntimeCalls(DFInternalNode* N, Kernel* K, const Tw
DEBUG(errs() << "Inserting launch call" << "\n"); DEBUG(errs() << "Inserting launch call" << "\n");
CallInst* NVPTX_Ctx = CallInst::Create(llvm_visc_ptx_launch, CallInst* NVPTX_Ctx = CallInst::Create(llvm_visc_ptx_launch,
ArrayRef<Value*>(LaunchInstArgs, 2), ArrayRef<Value*>(LaunchInstArgs, 2),
"graph"+KF->getName(), "graph"+KF->getName(),
InitCall); InitCall);
DEBUG(errs() << *NVPTX_Ctx << "\n"); DEBUG(errs() << *NVPTX_Ctx << "\n");
GraphIDAddr = new GlobalVariable(M, GraphIDAddr = new GlobalVariable(M,
NVPTX_Ctx->getType(), NVPTX_Ctx->getType(),
......
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