Changes in directory llvm/test/Regression/CodeGen/X86:

fp_constant_op.llx updated: 1.1 -> 1.2
fp_load_fold.llx updated: 1.1 -> 1.2
---
Log message:

Use Intel assembly syntax to look for ST


---
Diffs of the changes:  (+2 -2)

 fp_constant_op.llx |    2 +-
 fp_load_fold.llx   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/Regression/CodeGen/X86/fp_constant_op.llx
diff -u llvm/test/Regression/CodeGen/X86/fp_constant_op.llx:1.1 
llvm/test/Regression/CodeGen/X86/fp_constant_op.llx:1.2
--- llvm/test/Regression/CodeGen/X86/fp_constant_op.llx:1.1     Sun Apr 11 
15:24:01 2004
+++ llvm/test/Regression/CodeGen/X86/fp_constant_op.llx Fri Jan 27 16:51:51 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep ST | not grep 
'fadd\|fsub\|fdiv\|fmul'
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep ST | not 
grep 'fadd\|fsub\|fdiv\|fmul'
 
 ; Test that the load of the constant is folded into the operation.
 


Index: llvm/test/Regression/CodeGen/X86/fp_load_fold.llx
diff -u llvm/test/Regression/CodeGen/X86/fp_load_fold.llx:1.1 
llvm/test/Regression/CodeGen/X86/fp_load_fold.llx:1.2
--- llvm/test/Regression/CodeGen/X86/fp_load_fold.llx:1.1       Sun Apr 11 
17:05:16 2004
+++ llvm/test/Regression/CodeGen/X86/fp_load_fold.llx   Fri Jan 27 16:51:51 2006
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86 | grep ST | not grep 
'fadd\|fsub\|fdiv\|fmul'
+; RUN: llvm-as < %s | llc -march=x86 -x86-asm-syntax=intel | grep ST | not 
grep 'fadd\|fsub\|fdiv\|fmul'
 
 ; Test that the load of the memory location is folded into the operation.
 



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to