Remove code to adjust the iterator for llvm.readio and llvm.writeio.
authorJohn Criswell <criswell@uiuc.edu>
Wed, 14 Apr 2004 21:27:56 +0000 (21:27 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Wed, 14 Apr 2004 21:27:56 +0000 (21:27 +0000)
commit53b54be5fcbc396c95939ad6069f35700d455713
tree885d89b7a4a69806f6db55b290ca0519c1d245f9
parent8121fcd260ef4eac7825b29c200137af37f499b2
Remove code to adjust the iterator for llvm.readio and llvm.writeio.
The iterator is pointing at the next instruction which should not disappear
when doing the load/store replacement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12954 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp