commit | a818e92f8b7ac805c0c7a9747d427186048b1440 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Nov 06 21:44:54 2006 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Nov 06 21:44:54 2006 +0000 |
tree | fb21007be354504dce0be63a4fa868bd6f335502 | |
parent | 1b1b737d7dc7b3330331cf65514719d719f88a43 [diff] [blame] |
recognize ppc's blr instruction as predicated git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31480 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index e1c4c7d..26423d0 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h
@@ -87,6 +87,7 @@ bool isLoad; bool isStore; bool isTwoAddress; + bool isPredicated; bool isConvertibleToThreeAddress; bool isCommutable; bool isTerminator;