From f68937418186a48d9b163ec22c81ef72eecd6d4a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 May 2003 17:46:02 +0000 Subject: [PATCH] New testcase, found by inspection git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6257 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-05-21-MalformedShiftCrash.llx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/Assembler/2003-05-21-MalformedShiftCrash.llx 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)