summaryrefslogtreecommitdiff
path: root/test/Transforms/GlobalOpt/2005-06-15-LocalizeConstExprCrash.ll
blob: 1d9b3bf48a7a596b7f9c628f0d9abe7802641a5d (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | opt -globalopt -disable-output
; PR579

%g_40507551 = internal global short 31038		; <short*> [#uses=1]

void %main() {
	%tmp.4.i.1 = load ubyte* getelementptr (ubyte* cast (short* %g_40507551 to ubyte*), int 1)
	ret void
}