summaryrefslogtreecommitdiff
path: root/Source/GPUVerify/NullRaceInstrumenter.cs
diff options
context:
space:
mode:
authorGravatar Egor Kyshtymov <unknown>2012-08-28 11:52:35 +0100
committerGravatar Egor Kyshtymov <unknown>2012-08-28 11:52:35 +0100
commit673869879ae1c3ec7a1797ccfdd66295b52188c0 (patch)
tree86c07b6a4fcb6ced9e4dd34f1a1239a61cc7bca7 /Source/GPUVerify/NullRaceInstrumenter.cs
parent9d54fd27cd67bf7ae9a99b7a8d4c2b397f873ba9 (diff)
Added generation of invariants to restrict source location to sensible values.
Refactored Make...Variable() and FindOrCreate...Variable() functions to take a variable name as a parameter rather than the variable itself.
Diffstat (limited to 'Source/GPUVerify/NullRaceInstrumenter.cs')
-rw-r--r--Source/GPUVerify/NullRaceInstrumenter.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/GPUVerify/NullRaceInstrumenter.cs b/Source/GPUVerify/NullRaceInstrumenter.cs
index 458481a0..0d0ee41d 100644
--- a/Source/GPUVerify/NullRaceInstrumenter.cs
+++ b/Source/GPUVerify/NullRaceInstrumenter.cs
@@ -43,6 +43,10 @@ namespace GPUVerify
{
}
+ public void AddSourceLocationLoopInvariants(Implementation impl, IRegion region)
+ {
+
+ }
}
}