Do not hack on volatile loads. I'm not sure what the point of a volatile load
authorChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 04:13:56 +0000 (04:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 12 Jan 2004 04:13:56 +0000 (04:13 +0000)
commit5f16a13896f6620638397ab2434f8736412ddcdc
tree74448804ebd450e5fae322059f90c50b6605fe7b
parent1daee8b010003e8578824877f0dbe407b554b52d
Do not hack on volatile loads.  I'm not sure what the point of a volatile load
from constant memory is, but lets not take chances.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10765 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/InstructionCombining.cpp