Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll
authorChris Lattner <sabre@nondot.org>
Mon, 14 Feb 2005 16:47:52 +0000 (16:47 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Feb 2005 16:47:52 +0000 (16:47 +0000)
commit9d30e22da0d6e59cab0813899adaf9e7c109cf5d
treecf93603d7bd7c574282de51077097634a4542e7b
parentee6cfda17cbecc23ffe03739ed5946c30561570d
Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll
Volatile loads and stores need to emit volatile pointer operations in C.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20177 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp