Use Intel assembly syntax to look for ST
authorEvan Cheng <evan.cheng@apple.com>
Fri, 27 Jan 2006 22:51:51 +0000 (22:51 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 27 Jan 2006 22:51:51 +0000 (22:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25713 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/fp_constant_op.llx
test/CodeGen/X86/fp_load_fold.llx

index 2b645e0256b411c59b9602248e4fd66be8fbd714..d241235d3ca3f5abfe66be9f00d43b91c5d36afb 100644 (file)
@@ -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 7ce437d492d0ec94bee7b639272a3774bf4c9de5..7e89edf943749fdb264e1f5c6bf81e6402d1904a 100644 (file)
@@ -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.