Don't zap back to back volatile load/stores
authorChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2007 05:33:03 +0000 (05:33 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 7 Sep 2007 05:33:03 +0000 (05:33 +0000)
commita54c7eb15708bf5654a99c66cb7d633f52831555
tree3e1293daa2e5389cf2326bf0f0d47cc983d40cd8
parent718cb665ca6ce2bc4d8e8479f46a45db91b49f86
Don't zap back to back volatile load/stores

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41759 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp
test/Transforms/InstCombine/volatile_store.ll [new file with mode: 0644]