projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf7c28
)
Update this to expect AT&T syntax
author
Chris Lattner
<sabre@nondot.org>
Sun, 7 Nov 2004 01:46:16 +0000
(
01:46
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2004-02-13-FrameReturnAddress.llx
b/test/CodeGen/X86/2004-02-13-FrameReturnAddress.llx
index 517f1f56eca1f24b93c779ceb0acc5c8a0eb6e2e..d6140caedc44e363b5190221326125a72e14c77c 100644
(file)
--- a/
test/CodeGen/X86/2004-02-13-FrameReturnAddress.llx
+++ b/
test/CodeGen/X86/2004-02-13-FrameReturnAddress.llx
@@
-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)