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:
d4d01b7
)
Try fixing it again.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 19 Jul 2007 23:53:29 +0000
(23:53 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 19 Jul 2007 23:53:29 +0000
(23:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40072
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/2007-05-07-InvokeSRet.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
b/test/CodeGen/X86/2007-05-07-InvokeSRet.ll
index b1b015d2bba7d05b7f5ade59d863cf9ee2d803e0..ff7aac0239d8d53aea8cdddcf163a5698460bff5 100644
(file)
--- a/
test/CodeGen/X86/2007-05-07-InvokeSRet.ll
+++ b/
test/CodeGen/X86/2007-05-07-InvokeSRet.ll
@@
-1,4
+1,4
@@
-; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -disable-fp-elim | not grep {addl .
8
, %esp}
+; RUN: llvm-as < %s | llc -mtriple=i686-pc-linux-gnu -enable-eh -disable-fp-elim | not grep {addl .
12
, %esp}
; PR1398
%struct.S = type { i32, i32 }