mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-18 09:46:57 +00:00
C Writer was dumping core on this test case.
llvm-svn: 10165
This commit is contained in:
parent
7d794a8431
commit
8ba9deba09
6
test/Regression/CBackend/2003-11-21-ConstantShiftExpr.ll
Normal file
6
test/Regression/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