Displaying 1 result from an estimated 1 matches for "inesrt".
Did you mean:
inert
2012 Nov 10
1
[LLVMdev] error: terminator in the middle of basic block
Hello,
I modified the PathProfiling.cpp and run opt -inesrt-path-profiling. it
works correctly ,but after path-profile is complete in
Verifier::visitTerminatorInst it prints "Terminator found in the middle
of a basic block!" .
error is I added two basic blocks after return basic block and return has
br label %newprint when printed in pathprofile...