Enable all Hexagon tests.
[oota-llvm.git] / test / CodeGen / X86 / epilogue.ll
index b349ce6d1d006563aa9f3fe223a3cc59bf1992ae..0f16a64ccd798602374fb9a0627e00784dfab5e3 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 | not grep lea
-; RUN: llvm-as < %s | llc -march=x86 | grep {movl %ebp}
+; RUN: llc < %s -mcpu=generic -march=x86 | not grep lea
+; RUN: llc < %s -mcpu=generic -march=x86 | grep {movl  %ebp}
 
 declare void @bar(<2 x i64>* %n)