C Writer was dumping core on this test case.

llvm-svn: 10165
This commit is contained in:
Brian Gaeke 2003-11-22 04:58:25 +00:00
parent 7d794a8431
commit 8ba9deba09

View 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)
}