summaryrefslogtreecommitdiff
path: root/test/Assembler
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-05-21 17:34:24 +0000
committerChris Lattner <sabre@nondot.org>2003-05-21 17:34:24 +0000
commit06e4ea3f7c03e510c32ad18c52e6f39aee79d6ce (patch)
treee74a541cdc4a9e57db2b90d8208c998e22f619fd /test/Assembler
parentc6212f19208337162d9377e77e8c516129966b84 (diff)
downloadllvm-06e4ea3f7c03e510c32ad18c52e6f39aee79d6ce.tar.gz
llvm-06e4ea3f7c03e510c32ad18c52e6f39aee79d6ce.tar.bz2
llvm-06e4ea3f7c03e510c32ad18c52e6f39aee79d6ce.tar.xz
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6256 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Assembler')
-rw-r--r--test/Assembler/2003-05-21-ConstantShiftExpr.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/Assembler/2003-05-21-ConstantShiftExpr.ll b/test/Assembler/2003-05-21-ConstantShiftExpr.ll
new file mode 100644
index 0000000000..0a4f8c2228
--- /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)