From 06e4ea3f7c03e510c32ad18c52e6f39aee79d6ce Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 21 May 2003 17:34:24 +0000 Subject: [PATCH] New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6256 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Assembler/2003-05-21-ConstantShiftExpr.ll | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/Assembler/2003-05-21-ConstantShiftExpr.ll diff --git a/test/Assembler/2003-05-21-ConstantShiftExpr.ll b/test/Assembler/2003-05-21-ConstantShiftExpr.ll new file mode 100644 index 00000000000..0a4f8c2228f --- /dev/null +++ b/test/Assembler/2003-05-21-ConstantShiftExpr.ll @@ -0,0 +1,3 @@ +; Test that shift instructions can be used in constant expressions. + +global int shl (int 7, ubyte 19)