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

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

diff --git a/test/Assembler/2003-05-21-ConstantShiftExpr.ll b/test/Assembler/2003-05-21-ConstantShiftExpr.ll
new file mode 100644 (file)
index 0000000..0a4f8c2
--- /dev/null
@@ -0,0 +1,3 @@
+; Test that shift instructions can be used in constant expressions.
+
+global int shl (int 7, ubyte 19)