]> granicus.if.org Git - clang/commit
Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a).
authorMike Stump <mrs@apple.com>
Tue, 26 May 2009 22:03:21 +0000 (22:03 +0000)
committerMike Stump <mrs@apple.com>
Tue, 26 May 2009 22:03:21 +0000 (22:03 +0000)
commit49d1cd5a09ed3df353371fd7f206674a85e0fb45
treea076a970c34ce0633615e4ef11df535a1573c6be
parent2f1735c643abfc7c18bf7d0ad95b716099d43ccf
Fixup codegen for volatile structs in the trivial cases (a a=a and a=a=a).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72439 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGStmt.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/volatile.c