Update this to expect AT&T syntax

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17552 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-11-07 01:46:16 +00:00
parent 8bf7c28ac4
commit 23c71305cf

View File

@ -1,4 +1,4 @@
; RUN: llvm-as < %s | llc -march=x86 | grep ESP | grep '\['
; RUN: llvm-as < %s | llc -march=x86 | grep '(%esp'
declare sbyte* %llvm.returnaddress(uint)
declare sbyte* %llvm.frameaddress(uint)