commit | 996ddbc98e83f967412f467f6624943efc527a4d | [log] [tgz] |
---|---|---|
author | Nate Begeman <natebegeman@mac.com> | Tue Sep 28 21:01:45 2004 +0000 |
committer | Nate Begeman <natebegeman@mac.com> | Tue Sep 28 21:01:45 2004 +0000 |
tree | de1d019b16742b090c10aaaac305418baf08aa90 | |
parent | 9b0dfa3c0d9244128075e0abd1693e1c33492aed [diff] [blame] |
Add support for the isLoad and isStore flags, needed by the instruction scheduler llvm-svn: 16554
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 8551a55..82df28a 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/utils/TableGen/CodeGenInstruction.h
@@ -71,6 +71,8 @@ bool isBranch; bool isBarrier; bool isCall; + bool isLoad; + bool isStore; bool isTwoAddress; bool isTerminator; bool hasDelaySlot;