fix an x86 fast isel issue where we'd completely give up on folding an address
[oota-llvm.git] / test / CodeGen / X86 / memset-3.ll
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...