summaryrefslogtreecommitdiff
path: root/utils/TableGen/CodeGenInstruction.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-06 23:38:27 +0000
committerChris Lattner <sabre@nondot.org>2008-01-06 23:38:27 +0000
commit834f1ce0312e3d00d836f9560cb63182c2c4570f (patch)
treefa9d9d5b1ad73454fca5dd87fe5dd8b848b8bdc7 /utils/TableGen/CodeGenInstruction.h
parent9e7aba2739fb3edb3ddcf04c5d36c7c1cccb0581 (diff)
downloadllvm-834f1ce0312e3d00d836f9560cb63182c2c4570f.tar.gz
llvm-834f1ce0312e3d00d836f9560cb63182c2c4570f.tar.bz2
llvm-834f1ce0312e3d00d836f9560cb63182c2c4570f.tar.xz
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
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 1f8a5582f8..5c435524f4 100644
--- a/utils/TableGen/CodeGenInstruction.h
+++ b/utils/TableGen/CodeGenInstruction.h
@@ -94,7 +94,7 @@ namespace llvm {
bool isIndirectBranch;
bool isBarrier;
bool isCall;
- bool isLoad;
+ bool isSimpleLoad;
bool mayStore;
bool isImplicitDef;
bool isPredicable;