1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

FreeInst is trapping.

llvm-svn: 75567
This commit is contained in:
Dan Gohman 2009-07-14 00:32:11 +00:00
parent a8d7dde3ce
commit 194a3c6000

View File

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