commit | 1a1932c83d6b6fcbf089eee3f97b65a23de22a92 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sun Jan 06 23:38:27 2008 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sun Jan 06 23:38:27 2008 +0000 |
tree | fa9d9d5b1ad73454fca5dd87fe5dd8b848b8bdc7 | |
parent | 099688622c0d888df945cf4b3bc4c52ef414ef3b [diff] [blame] |
rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45667 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 1f8a558..5c43552 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h
@@ -94,7 +94,7 @@ bool isIndirectBranch; bool isBarrier; bool isCall; - bool isLoad; + bool isSimpleLoad; bool mayStore; bool isImplicitDef; bool isPredicable;