OSDN Git Service

FreeInst is trapping.
authorDan Gohman <gohman@apple.com>
Tue, 14 Jul 2009 00:32:11 +0000 (00:32 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 14 Jul 2009 00:32:11 +0000 (00:32 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75567 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Instruction.cpp

index 4fc9f3c..99fd8d0 100644 (file)
@@ -380,6 +380,7 @@ bool Instruction::isTrapping(unsigned op) {
   case Call:
   case Invoke:
   case VAArg:
+  case Free:
     return true;
   default:
     return false;