diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-05-16 20:45:24 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-05-16 20:45:24 +0000 |
commit | 5127ce09a4e4379f971280fab461a5f03befddbc (patch) | |
tree | 8c26224b7e3fd9bc95a78d953b57f2889c14e9a7 /utils/TableGen/CodeGenInstruction.h | |
parent | 1bccb49082a8049d296dcdb2a741929437b6176f (diff) |
Rename M_PREDICATED to M_PREDICABLE; opcode can be specified isPredicable without having a PredicateOperand.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37116 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r-- | utils/TableGen/CodeGenInstruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 9a29958f78..687c17f43a 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h @@ -87,7 +87,7 @@ namespace llvm { bool isCall; bool isLoad; bool isStore; - bool isPredicated; + bool isPredicable; bool isConvertibleToThreeAddress; bool isCommutable; bool isTerminator; |