Change the x86 assembly output to use tab characters to separate the
[oota-llvm.git] / test / CodeGen / X86 / epilogue.ll
index b349ce6d1d006563aa9f3fe223a3cc59bf1992ae..5a378e19c49a88b2847a4ee476a30e3f1c936239 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: llvm-as < %s | llc -march=x86 | grep {movl      %ebp}
 
 declare void @bar(<2 x i64>* %n)