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:
Dan Gohman 2009-07-14 00:32:11 +00:00
parent e622087e20
commit 34468c205f

View File

@ -380,6 +380,7 @@ bool Instruction::isTrapping(unsigned op) {
case Call:
case Invoke:
case VAArg:
case Free:
return true;
default:
return false;