VAArg may trap.

llvm-svn: 49646
This commit is contained in:
Dan Gohman 2008-04-14 15:07:08 +00:00
parent cb1a37b145
commit 19bce7f18c
1 changed files with 1 additions and 0 deletions

View File

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