forked from OSchip/llvm-project
parent
cb1a37b145
commit
19bce7f18c
|
@ -266,6 +266,7 @@ bool Instruction::isTrapping(unsigned op) {
|
|||
case Store:
|
||||
case Call:
|
||||
case Invoke:
|
||||
case VAArg:
|
||||
return true;
|
||||
default:
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue