Add full x86 fast-isel support for memcpy and memset.
[oota-llvm.git] / test / CodeGen / X86 / 2008-02-22-LocalRegAllocBug.ll
index 6b1eefe5750a07df0d18bfe29333069bb97430bd..da029079c6ffe049a9113b3006aa116b25f88d2e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llc < %s -regalloc=local -march=x86 -mattr=+mmx | grep esi
+; RUN: llc < %s -regalloc=fast -march=x86 -mattr=+mmx | grep esi
 ; PR2082
 ; Local register allocator was refusing to use ESI, EDI, and EBP so it ran out of
 ; registers.