From 26f51d6087d55b2ab86a9ccc81bc267fdd677436 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 5 Nov 2003 19:43:36 +0000 Subject: [PATCH] New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9733 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-11-05-ConstantExprShift.llx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Assembler/2003-11-05-ConstantExprShift.llx 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) +} -- 2.34.1