mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-02 00:42:52 +01:00
4572ce85b0
llvm-svn: 33296
10 lines
261 B
LLVM
10 lines
261 B
LLVM
; RUN: llvm-upgrade < %s | llvm-as | 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
|
|
}
|