mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
C Writer was dumping core on this test case.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10165 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab25f5a6c1
commit
b1ef7d6e35
6
test/CBackend/2003-11-21-ConstantShiftExpr.ll
Normal file
6
test/CBackend/2003-11-21-ConstantShiftExpr.ll
Normal file
@ -0,0 +1,6 @@
|
||||
%y = weak global sbyte 0
|
||||
implementation
|
||||
uint %testcase() {
|
||||
entry:
|
||||
ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
|
||||
}
|
6
test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
Normal file
6
test/CodeGen/CBackend/2003-11-21-ConstantShiftExpr.ll
Normal file
@ -0,0 +1,6 @@
|
||||
%y = weak global sbyte 0
|
||||
implementation
|
||||
uint %testcase() {
|
||||
entry:
|
||||
ret uint shr (uint cast (sbyte* %y to uint), ubyte 4)
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user