Changeset 4825
- Timestamp:
- Oct 5, 2015, 9:27:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
icGREP/icgrep-devel/icgrep/toolchain.cpp
r4822 r4825 204 204 std::string fnName = it->getName().str(); 205 205 if (fnName == "process_block") continue; 206 if (fnName == "process_block_initialize_carries") continue; 206 207 if (fnName == "wrapped_print_register") { 207 208 e->addGlobalMapping(cast<GlobalValue>(it), (void *)&wrapped_print_register);
Note: See TracChangeset
for help on using the changeset viewer.