blob: 1d9b3bf48a7a596b7f9c628f0d9abe7802641a5d [file] [log] [blame]
Chris Lattner36465132005-06-15 21:11:18 +00001; RUN: llvm-as < %s | opt -globalopt -disable-output
2; PR579
3
4%g_40507551 = internal global short 31038 ; <short*> [#uses=1]
5
6void %main() {
7 %tmp.4.i.1 = load ubyte* getelementptr (ubyte* cast (short* %g_40507551 to ubyte*), int 1)
8 ret void
9}