[llvm-commits] CVS: llvm/test/Regression/Assembler/2003-05-15-AssemblerProblem.llx
Chris Lattner
lattner at cs.uiuc.edu
Thu May 15 13:53:01 PDT 2003
Changes in directory llvm/test/Regression/Assembler:
2003-05-15-AssemblerProblem.llx added (r1.1)
---
Log message:
New testcase that breaks the assembler.
---
Diffs of the changes:
Index: llvm/test/Regression/Assembler/2003-05-15-AssemblerProblem.llx
diff -c /dev/null llvm/test/Regression/Assembler/2003-05-15-AssemblerProblem.llx:1.1
*** /dev/null Thu May 15 13:52:18 2003
--- llvm/test/Regression/Assembler/2003-05-15-AssemblerProblem.llx Thu May 15 13:52:08 2003
***************
*** 0 ****
--- 1,12 ----
+ ; RUN: as < %s -o /dev/null -f
+
+ void %test() {
+ call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* null, int 0)
+ ret void
+ }
+
+ void %AddString(short* %tmp.124, int %tmp.127) {
+ call void (...)* cast (void (short*, int)* %AddString to void (...)*)(short* %tmp.124, int %tmp.127)
+ ret void
+ }
+
More information about the llvm-commits
mailing list