Update this to expect AT&T syntax
authorChris Lattner <sabre@nondot.org>
Sun, 7 Nov 2004 01:46:16 +0000 (01:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Nov 2004 01:46:16 +0000 (01:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17552 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2004-02-13-FrameReturnAddress.llx

index 517f1f56eca1f24b93c779ceb0acc5c8a0eb6e2e..d6140caedc44e363b5190221326125a72e14c77c 100644 (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)