summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-12-03 18:15:48 +0000
committerDan Gohman <gohman@apple.com>2008-12-03 18:15:48 +0000
commit15511cf1660cfd6bb8b8e8fca2db9450f50430ee (patch)
treeb88ef21928dc8d43762367a4c561ec482b586816 /utils/TableGen/CodeGenInstruction.h
parent8cf77137533f1d83f9ea0085b5ca6d241f4bab9a (diff)
downloadllvm-15511cf1660cfd6bb8b8e8fca2db9450f50430ee.tar.gz
llvm-15511cf1660cfd6bb8b8e8fca2db9450f50430ee.tar.bz2
llvm-15511cf1660cfd6bb8b8e8fca2db9450f50430ee.tar.xz
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
Diffstat (limited to 'utils/TableGen/CodeGenInstruction.h')
-rw-r--r--utils/TableGen/CodeGenInstruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/TableGen/CodeGenInstruction.h b/utils/TableGen/CodeGenInstruction.h
index 0727e38c53..f4afd5e45b 100644
--- a/utils/TableGen/CodeGenInstruction.h
+++ b/utils/TableGen/CodeGenInstruction.h
@@ -89,7 +89,7 @@ namespace llvm {
bool isIndirectBranch;
bool isBarrier;
bool isCall;
- bool isSimpleLoad;
+ bool canFoldAsLoad;
bool mayLoad, mayStore;
bool isPredicable;
bool isConvertibleToThreeAddress;