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:
3ab6dcf
)
All operands that made up of the predicate operands are maked M_PREDICATE_OPERAND.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 15 May 2007 01:21:27 +0000
(
01:21
+0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 15 May 2007 01:21:27 +0000
(
01:21
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37062
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetInstrInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetInstrInfo.h
b/include/llvm/Target/TargetInstrInfo.h
index aef9093d49e37801501aeebb63a973023a054d11..29ff38fbc8fc5f94ed69c62289b03e075083e143 100644
(file)
--- a/
include/llvm/Target/TargetInstrInfo.h
+++ b/
include/llvm/Target/TargetInstrInfo.h
@@
-88,8
+88,8
@@
const unsigned M_REMATERIALIZIBLE = 1 << 13;
// requires a callback to look up its register class.
const unsigned M_LOOK_UP_PTR_REG_CLASS = 1 << 0;
-/// M_PREDICATE_OPERAND - Set if this is
the first operand of a predicat
e
-/// operand that controls an M_PREDICATED instruction.
+/// M_PREDICATE_OPERAND - Set if this is
one of the operands that made up of th
e
+///
predicate
operand that controls an M_PREDICATED instruction.
const unsigned M_PREDICATE_OPERAND = 1 << 1;
namespace TOI {