Go to file
Chris Lattner d4d9588abc a memdep query on a volatile load/store will always return
clobber with the current implementation.  Instead of returning
a "precise clobber" just return a fuzzy one.  This doesn't 
matter to any clients anyway and should speed up analysis time
very very slightly.

llvm-svn: 60641
2008-12-07 00:28:02 +00:00
clang Improve VLA diagnostics/sema checking. Fixes PR2361 and PR2352. 2008-12-07 00:20:55 +00:00
llvm a memdep query on a volatile load/store will always return 2008-12-07 00:28:02 +00:00