projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc016c
)
VAArg may trap.
author
Dan Gohman
<gohman@apple.com>
Mon, 14 Apr 2008 15:07:08 +0000
(15:07 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 14 Apr 2008 15:07:08 +0000
(15:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49646
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/VMCore/Instruction.cpp
patch
|
blob
|
history
diff --git
a/lib/VMCore/Instruction.cpp
b/lib/VMCore/Instruction.cpp
index 5107b74417a549afffc88446b30971db7622a386..6f09c907083831999419926d97aa3a568589c4c1 100644
(file)
--- a/
lib/VMCore/Instruction.cpp
+++ b/
lib/VMCore/Instruction.cpp
@@
-266,6
+266,7
@@
bool Instruction::isTrapping(unsigned op) {
case Store:
case Call:
case Invoke:
+ case VAArg:
return true;
default:
return false;