Reduce the number of pointless copies inserted due to constant pointer refs.
authorChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 17:35:42 +0000 (17:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 17:35:42 +0000 (17:35 +0000)
commit7ca04097ad285f8ead7bf242f5ebb7ff3e7ae0a9
treec0c86aa766085459e90c2d4256bb3b6f4759b92b
parent827832c705fb5dae4929fc139c3ff828a61d3331
Reduce the number of pointless copies inserted due to constant pointer refs.
Also, make an assertion actually fireable!

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