Skip to content

Commit 36ff255

Browse files
committed
Reword comment
1 parent 056be95 commit 36ff255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/BC/Util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,7 +1466,7 @@ llvm::GlobalVariable *DeclareVarInModule(llvm::GlobalVariable *var,
14661466

14671467
// NOTE(alex): This looks difficult to reproduce without querying `PointerElementType`.
14681468
// It appears to be transferring global variables from one LLVM module to another. The
1469-
// variables are pointer types.
1469+
// variables are pointer types but we want to move the variable that the pointer is pointing at?
14701470
auto &dest_context = dest_module->getContext();
14711471
const auto type = ::remill::RecontextualizeType(
14721472
PointerElementType(var->getType()), dest_context);

0 commit comments

Comments
 (0)