From: Chris Lattner Date: Wed, 21 May 2003 17:46:02 +0000 (+0000) Subject: New testcase, found by inspection X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f68937418186a48d9b163ec22c81ef72eecd6d4a;p=llvm New testcase, found by inspection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6257 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.llx b/test/Assembler/2003-05-21-MalformedShiftCrash.llx new file mode 100644 index 00000000000..d340c0f2b85 --- /dev/null +++ b/test/Assembler/2003-05-21-MalformedShiftCrash.llx @@ -0,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)