Fix a think-o in isSafeToMove. This fixes it from thinking that
authorDan Gohman <gohman@apple.com>
Thu, 2 Oct 2008 15:04:30 +0000 (15:04 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 2 Oct 2008 15:04:30 +0000 (15:04 +0000)
commitd790a5ceee7138d8a5352432ccf862a42e3f5819
tree0e9338969e8b60a7f9e22a317d7a6f1cdca5d6a4
parent5bbee4b40a90f2825e229ed0f1d2b7b1ee7cd361
Fix a think-o in isSafeToMove. This fixes it from thinking that
volatile memory references are safe to move.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56948 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/MachineInstr.cpp
test/CodeGen/X86/volatile.ll [new file with mode: 0644]