Skip to content

Commit ca0be4c

Browse files
committed
Tweaked comment a bit
1 parent ea5e3b5 commit ca0be4c

File tree

1 file changed

+1
-1
lines changed
  • offload/plugins-nextgen/common/include

1 file changed

+1
-1
lines changed

offload/plugins-nextgen/common/include/JIT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ struct JITEngine {
9393
/// LLVM Context in which the modules will be constructed.
9494
LLVMContext Context;
9595

96-
/// Output images generated from LLVM backend.
96+
/// A map of embedded IR images to the buffer used to store JITed code
9797
DenseMap<const __tgt_device_image *, std::unique_ptr<MemoryBuffer>>
9898
JITImages;
9999

0 commit comments

Comments
 (0)