commit | 69cc2cbbff5232ac55a8387856b17c148e7663dd | [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 | 0ffe280ade3a93d429a948ad52dc3b3a9b3dcf34 | |
parent | 78407ac8e5cff3ed29609402c811df44651a900a [diff] [blame] |
Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. llvm-svn: 60487
diff --git a/llvm/utils/TableGen/CodeGenInstruction.h b/llvm/utils/TableGen/CodeGenInstruction.h index 0727e38..f4afd5e 100644 --- a/llvm/utils/TableGen/CodeGenInstruction.h +++ b/llvm/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;