Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / 2008-02-22-LocalRegAllocBug.ll
index 8cf36425f22d64f1881be3f05e443e4e0a4f3bc7..da029079c6ffe049a9113b3006aa116b25f88d2e 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -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.