[llvm-commits] CVS: llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
Chris Lattner
sabre at nondot.org
Sun Apr 8 17:46:00 PDT 2007
Changes in directory llvm/test/CodeGen/Generic:
2007-04-08-MultipleFrameIndices.ll added (r1.1)
---
Log message:
new testcase for PR1308: http://llvm.org/PR1308
---
Diffs of the changes: (+9 -0)
2007-04-08-MultipleFrameIndices.ll | 9 +++++++++
1 files changed, 9 insertions(+)
Index: llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll
diff -c /dev/null llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll:1.1
*** /dev/null Sun Apr 8 19:45:53 2007
--- llvm/test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll Sun Apr 8 19:45:42 2007
***************
*** 0 ****
--- 1,9 ----
+ ; RUN: llvm-as < %s | llc
+ ; PR1308
+
+ define i32 @stuff(i32, ...) {
+ %foo = alloca i8*
+ %bar = alloca i32*
+ %A = call i32 asm sideeffect "inline asm $0 $2 $3 $4", "=r,0,i,m,m"( i32 0, i32 1, i8** %foo, i32** %bar )
+ ret i32 %A
+ }
More information about the llvm-commits
mailing list