summaryrefslogtreecommitdiff
path: root/Source/Concurrency/TypeCheck.cs
diff options
context:
space:
mode:
authorGravatar wuestholz <unknown>2014-09-23 14:30:50 +0200
committerGravatar wuestholz <unknown>2014-09-23 14:30:50 +0200
commitadfed676d8b9fddcc85fabf98b8f602ab76f5dc7 (patch)
tree35435fadd1c2aa7cf6f0b0b46914844f4a600556 /Source/Concurrency/TypeCheck.cs
parent8bb1e486770ccc399c86c713b7808b0dee5971d5 (diff)
Did more refactoring and addressed several todos.
Diffstat (limited to 'Source/Concurrency/TypeCheck.cs')
-rw-r--r--Source/Concurrency/TypeCheck.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Concurrency/TypeCheck.cs b/Source/Concurrency/TypeCheck.cs
index cd636946..96b03ad9 100644
--- a/Source/Concurrency/TypeCheck.cs
+++ b/Source/Concurrency/TypeCheck.cs
@@ -351,7 +351,7 @@ namespace Microsoft.Boogie
this.canAccessAuxVars = false;
this.minPhaseNum = int.MaxValue;
this.maxPhaseNum = -1;
- foreach (var g in program.GlobalVariables())
+ foreach (var g in program.GlobalVariables)
{
List<int> phaseNums = FindIntAttributes(g.Attributes, "phase");
this.introducePhaseNums[g] = 0;