summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/CodeGenDAGPatterns.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-14 22:33:49 +0000
committerChris Lattner <sabre@nondot.org>2010-02-14 22:33:49 +0000
commit450d50467c752113ac373d5d2f3b495c14044721 (patch)
tree35cbf5c3feb4ca18537e6b78134c00a2f7d07f3f /llvm/utils/TableGen/CodeGenDAGPatterns.h
parent53c39ba3c1e5ced6d4204b17c7d6d5e547d7a884 (diff)
downloadbcm5719-llvm-450d50467c752113ac373d5d2f3b495c14044721.tar.gz
bcm5719-llvm-450d50467c752113ac373d5d2f3b495c14044721.zip
constize
llvm-svn: 96199
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.h')
-rw-r--r--llvm/utils/TableGen/CodeGenDAGPatterns.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.h b/llvm/utils/TableGen/CodeGenDAGPatterns.h
index 887220e54e1..5eef9e1ddc6 100644
--- a/llvm/utils/TableGen/CodeGenDAGPatterns.h
+++ b/llvm/utils/TableGen/CodeGenDAGPatterns.h
@@ -243,11 +243,11 @@ public:
getComplexPatternInfo(const CodeGenDAGPatterns &CGP) const;
/// NodeHasProperty - Return true if this node has the specified property.
- bool NodeHasProperty(SDNP Property, CodeGenDAGPatterns &CGP) const;
+ bool NodeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
/// TreeHasProperty - Return true if any node in this tree has the specified
/// property.
- bool TreeHasProperty(SDNP Property, CodeGenDAGPatterns &CGP) const;
+ bool TreeHasProperty(SDNP Property, const CodeGenDAGPatterns &CGP) const;
/// isCommutativeIntrinsic - Return true if the node is an intrinsic which is
/// marked isCommutative.
OpenPOWER on IntegriCloud