]> granicus.if.org Git - clang/commitdiff
add comments to test case.
authorZhongxing Xu <xuzhongxing@gmail.com>
Sat, 9 May 2009 13:27:17 +0000 (13:27 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Sat, 9 May 2009 13:27:17 +0000 (13:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71356 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/xfail_regionstore_wine_crash.c

index b6968c73a486f587e4d3424c29f6aa8fbf102d86..2628d0dacf6a9f5e0865c56a11e3987d8201911b 100644 (file)
@@ -2,7 +2,8 @@
 // XFAIL
 
 // When this test passes we should put it in the misc-ps.m test file.
-
+// This test fails now because RegionStoreManager::Retrieve() does correctly 
+// retrieve the first byte of 'x' when retrieving '*y'.
 void foo() {
   long x = 0;
   char *y = (char *) &x;