summaryrefslogtreecommitdiff
path: root/src/compiler/Intermediate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/Intermediate.cpp')
-rw-r--r--src/compiler/Intermediate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/Intermediate.cpp b/src/compiler/Intermediate.cpp
index 5bab2161..b3cb3ddb 100644
--- a/src/compiler/Intermediate.cpp
+++ b/src/compiler/Intermediate.cpp
@@ -806,7 +806,7 @@ bool TIntermSelection::replaceChildNode(
//
// Returns true if state is modified.
//
-bool TIntermOperator::modifiesState() const
+bool TIntermOperator::hasSideEffects() const
{
switch (op) {
case EOpPostIncrement: