]> granicus.if.org Git - clang/commit
Improve filechecking of volatile test.
authorTim Northover <Tim.Northover@arm.com>
Fri, 8 Feb 2013 08:00:13 +0000 (08:00 +0000)
committerTim Northover <Tim.Northover@arm.com>
Fri, 8 Feb 2013 08:00:13 +0000 (08:00 +0000)
commit026ce82649a872c0f5e8ea039341644f25ae53a7
treeaedc010ec4fc948e54a30ac1b6f5631f08c2e823
parent6bbaa772515e5bd021f38358667746db40ae54d2
Improve filechecking of volatile test.

My previous attempt was extremely deficient, allowing more volatiles
to be introduced and not even checking all of the ones that are
present.

This attempt doesn't try to keep track of the values stored or offsets
within particular objects, just that the correct objects are accessed
in a correctly volatile manner throughout.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174700 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/volatile.c