[llvm-commits] CVS: llvm/test/Regression/Assembler/2003-05-21-MalformedShiftCrash.llx
Chris Lattner
lattner at cs.uiuc.edu
Wed May 21 12:59:02 PDT 2003
Changes in directory llvm/test/Regression/Assembler:
2003-05-21-MalformedShiftCrash.llx added (r1.1)
---
Log message:
New testcase, found by inspection
---
Diffs of the changes:
Index: llvm/test/Regression/Assembler/2003-05-21-MalformedShiftCrash.llx
diff -c /dev/null llvm/test/Regression/Assembler/2003-05-21-MalformedShiftCrash.llx:1.1
*** /dev/null Wed May 21 12:46:16 2003
--- llvm/test/Regression/Assembler/2003-05-21-MalformedShiftCrash.llx Wed May 21 12:46:02 2003
***************
*** 0 ****
--- 1,4 ----
+ ; Found by inspection of the code
+ ; RUN: as < %s 2>&1 | grep "Shift constant expression"
+
+ global int shr (float 1.0, ubyte 2)
More information about the llvm-commits
mailing list