From 1d5d735f6b9d612f9d57b7ba84805f8896e3e496 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Tue, 7 May 2013 12:42:36 +0000 Subject: Patch by Dan Liew: 'Improved clarity of KQuery documentation by changing "version-specifier" to "version"' git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@181309 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/KQuery.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'www/KQuery.html') diff --git a/www/KQuery.html b/www/KQuery.html index b135b385..15fbfdf7 100644 --- a/www/KQuery.html +++ b/www/KQuery.html @@ -546,13 +546,13 @@

Syntax:

- expression = "(" "Read" type index-expression version-specifier ")"
+ expression = "(" "Read" type index-expression version ")"

The Read expression evaluates to the first write - in version-specifier for which index-expression is equivalent to + in version for which index-expression is equivalent to the index in the write. The type of the expression must match the range of the - root array in version-specifier, and the type + root array in version, and the type of index-expression must match the domain.

Select

@@ -593,8 +593,8 @@

Syntax:

- expression = "(" "ReadLSB" type index-expression version-specifier ")"
- expression = "(" "ReadMSB" type index-expression version-specifier ")"
+ expression = "(" "ReadLSB" type index-expression version ")"
+ expression = "(" "ReadMSB" type index-expression version ")"

ReadLSB and ReadMSB can be used to simplify contiguous array -- cgit 1.4.1