forked from OSchip/llvm-project
C Writer was dumping core on this test case.
llvm-svn: 10165
This commit is contained in:
parent
28ebb3e0a6
commit
b4c1782c7a
|
@ -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…
Reference in New Issue