diff options
| author | Dan Gohman <gohman@apple.com> | 2009-07-14 00:32:11 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-07-14 00:32:11 +0000 |
| commit | 8da86eb274e53a23b6326968ab79b28a94e5fa7d (patch) | |
| tree | 1bb58e05584c5a048332866cceab2ddf70038a97 /llvm/lib | |
| parent | 7bbb9a91ab81a5db4a42690d8cc19bb12ab62730 (diff) | |
| download | bcm5719-llvm-8da86eb274e53a23b6326968ab79b28a94e5fa7d.tar.gz bcm5719-llvm-8da86eb274e53a23b6326968ab79b28a94e5fa7d.zip | |
FreeInst is trapping.
llvm-svn: 75567
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/VMCore/Instruction.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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; |

