Skip to content
Snippets Groups Projects
Commit 6f8dfbe0 authored by Akash Kothari's avatar Akash Kothari :speech_balloon:
Browse files

Fix a typo in GenVISC.cpp

parent 3b36cf07
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ bool GenVISC::runOnModule(Module &M) {
parseIRFile(runtimeAPI.str(), Err, M.getContext());
if (runtimeModule == NULL)
DEBUG(errs() << Err.getMessage() << " " << rutimeAPI << "\n");
DEBUG(errs() << Err.getMessage() << " " << runtimeAPI << "\n");
else
DEBUG(errs() << "Successfully loaded visc-rt API module\n");
......
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