Update this to expect AT&T syntax

llvm-svn: 17552
This commit is contained in:
Chris Lattner 2004-11-07 01:46:16 +00:00
parent 68dbbe46b8
commit 4c5a8055c9
1 changed files with 1 additions and 1 deletions

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)