From: Chris Lattner Date: Wed, 5 Nov 2003 19:43:36 +0000 (+0000) Subject: New testcase X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=26f51d6087d55b2ab86a9ccc81bc267fdd677436;p=oota-llvm.git New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9733 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Assembler/2003-11-05-ConstantExprShift.llx b/test/Assembler/2003-11-05-ConstantExprShift.llx new file mode 100644 index 00000000000..8e79abe33aa --- /dev/null +++ b/test/Assembler/2003-11-05-ConstantExprShift.llx @@ -0,0 +1,5 @@ +; RUN: llvm-as < %s | llvm-dis + +int %test() { + ret int shr (int cast (int()* %test to int), ubyte 2) +}