New testcase, found by inspection
authorChris Lattner <sabre@nondot.org>
Wed, 21 May 2003 17:46:02 +0000 (17:46 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 21 May 2003 17:46:02 +0000 (17:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6257 91177308-0d34-0410-b5e6-96231b3b80d8

test/Assembler/2003-05-21-MalformedShiftCrash.llx [new file with mode: 0644]

diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.llx b/test/Assembler/2003-05-21-MalformedShiftCrash.llx
new file mode 100644 (file)
index 0000000..d340c0f
--- /dev/null
@@ -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)