]> granicus.if.org Git - clang/commit
Fixup the rest of the trivial cases of the codegen of volatile. If
authorMike Stump <mrs@apple.com>
Fri, 29 May 2009 15:46:01 +0000 (15:46 +0000)
committerMike Stump <mrs@apple.com>
Fri, 29 May 2009 15:46:01 +0000 (15:46 +0000)
commit7f79f9be5916c51c35da4f126b7c12596a101607
treee9ea6a963a08300641f1485e694233c561340fea
parent6a7330c20cabf1cf1cd46f5dfc183ec3a72add66
Fixup the rest of the trivial cases of the codegen of volatile.  If
any body can spot codegen bugs with volatile, or knows of any in the
bug database, let me know.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72572 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CGExprAgg.cpp
lib/CodeGen/CGExprComplex.cpp
lib/CodeGen/CGExprScalar.cpp
lib/CodeGen/CodeGenFunction.h
test/CodeGen/volatile-1.c [new file with mode: 0644]