diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-21 17:46:02 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-21 17:46:02 +0000 |
commit | f68937418186a48d9b163ec22c81ef72eecd6d4a (patch) | |
tree | 07c67d807983eba25de1fd33378d0e228c569dd2 /test | |
parent | 06e4ea3f7c03e510c32ad18c52e6f39aee79d6ce (diff) | |
download | external_llvm-f68937418186a48d9b163ec22c81ef72eecd6d4a.zip external_llvm-f68937418186a48d9b163ec22c81ef72eecd6d4a.tar.gz external_llvm-f68937418186a48d9b163ec22c81ef72eecd6d4a.tar.bz2 |
New testcase, found by inspection
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6257 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Assembler/2003-05-21-MalformedShiftCrash.llx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-21-MalformedShiftCrash.llx b/test/Assembler/2003-05-21-MalformedShiftCrash.llx new file mode 100644 index 0000000..d340c0f --- /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) |