mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-18 01:17:46 +00:00
FreeInst is trapping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75567 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e622087e20
commit
34468c205f
@ -380,6 +380,7 @@ bool Instruction::isTrapping(unsigned op) {
|
||||
case Call:
|
||||
case Invoke:
|
||||
case VAArg:
|
||||
case Free:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user