commit | 15511cf1660cfd6bb8b8e8fca2db9450f50430ee | [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 | 8cf77137533f1d83f9ea0085b5ca6d241f4bab9a [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;