mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-01 13:20:25 +00:00
CodeGeneration: Support only simple regions
llvm-svn: 131351
This commit is contained in:
parent
3c2fd1cf62
commit
76d7c529fb
@ -1364,6 +1364,8 @@ class CodeGeneration : public ScopPass {
|
||||
return false;
|
||||
}
|
||||
|
||||
assert(R->isSimple() && "Only simple regions supported");
|
||||
|
||||
createSeSeEdges(R);
|
||||
|
||||
// Create a basic block in which to start code generation.
|
||||
|
Loading…
Reference in New Issue
Block a user