commit | 5574cc7ede8b35672892ed36be37cd81555857ff | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Wed Dec 03 18:15:48 2008 +0000 |
committer | Dan Gohman <gohman@apple.com> | Wed Dec 03 18:15:48 2008 +0000 |
tree | b88ef21928dc8d43762367a4c561ec482b586816 | |
parent | e1b10cd2c176f1e935e85258ffb1f9d28fba10ac [diff] [blame] |
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60487 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h index 0727e38..f4afd5e 100644 --- a/utils/TableGen/CodeGenInstruction.h +++ b/utils/TableGen/CodeGenInstruction.h
@@ -89,7 +89,7 @@ bool isIndirectBranch; bool isBarrier; bool isCall; - bool isSimpleLoad; + bool canFoldAsLoad; bool mayLoad, mayStore; bool isPredicable; bool isConvertibleToThreeAddress;