From 8da86eb274e53a23b6326968ab79b28a94e5fa7d Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 14 Jul 2009 00:32:11 +0000 Subject: FreeInst is trapping. llvm-svn: 75567 --- llvm/lib/VMCore/Instruction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm') diff --git a/llvm/lib/VMCore/Instruction.cpp b/llvm/lib/VMCore/Instruction.cpp index 4fc9f3c7e77..99fd8d09e5b 100644 --- a/llvm/lib/VMCore/Instruction.cpp +++ b/llvm/lib/VMCore/Instruction.cpp @@ -380,6 +380,7 @@ bool Instruction::isTrapping(unsigned op) { case Call: case Invoke: case VAArg: + case Free: return true; default: return false; -- cgit v1.2.3