aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-07-14 00:32:11 +0000
committerDan Gohman <gohman@apple.com>2009-07-14 00:32:11 +0000
commit34468c205f7da41f967489760a7ab97e1bd265b0 (patch)
tree4fe399debc51d457a125fc3d7f6fccda755b236f /lib
parente622087e2064a5496ed9be5d9a8796349cf18b75 (diff)
downloadexternal_llvm-34468c205f7da41f967489760a7ab97e1bd265b0.zip
external_llvm-34468c205f7da41f967489760a7ab97e1bd265b0.tar.gz
external_llvm-34468c205f7da41f967489760a7ab97e1bd265b0.tar.bz2
FreeInst is trapping.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/VMCore/Instruction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/VMCore/Instruction.cpp b/lib/VMCore/Instruction.cpp
index 4fc9f3c..99fd8d0 100644
--- a/lib/VMCore/Instruction.cpp
+++ b/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;