mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-29 14:40:39 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c4856f37f0
commit
26f51d6087
5
test/Assembler/2003-11-05-ConstantExprShift.llx
Normal file
5
test/Assembler/2003-11-05-ConstantExprShift.llx
Normal file
@ -0,0 +1,5 @@
|
||||
; RUN: llvm-as < %s | llvm-dis
|
||||
|
||||
int %test() {
|
||||
ret int shr (int cast (int()* %test to int), ubyte 2)
|
||||
}
|
Loading…
Reference in New Issue
Block a user