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:
c9670ef
)
*** empty log message ***
author
Tanya Lattner
<tonic@nondot.org>
Thu, 31 Jul 2003 05:06:09 +0000
(
05:06
+0000)
committer
Tanya Lattner
<tonic@nondot.org>
Thu, 31 Jul 2003 05:06:09 +0000
(
05:06
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7447
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 a1ccddf4161384f2781eacacf0af2ff7f4c7da70..1a536427349c346b5d6c50d519245a52e66af7c9 100644
(file)
--- a/
lib/VMCore/Instruction.cpp
+++ b/
lib/VMCore/Instruction.cpp
@@
-141,7
+141,7
@@
bool Instruction::isCommutative(unsigned op) {
/// isTrappingInstruction - Return true if the instruction may trap.
///
-bool Instruction::isTrapping
Instruction
(unsigned op) {
+bool Instruction::isTrapping(unsigned op) {
switch(op) {
case Div:
case Rem: