Fix bug in previous checkout: leave the iterator at the first instruction
authorChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 17:05:38 +0000 (17:05 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 17:05:38 +0000 (17:05 +0000)
commit827832c705fb5dae4929fc139c3ff828a61d3331
tree473d9941ee95e15d6e91bcf975208f2244ab82fa
parente33da36cbd138b2921057da966275a76c8792235
Fix bug in previous checkout: leave the iterator at the first instruction
AFTER the GEP that was emitted.  :(

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