blob: 218a536ef63f111059a504a571c0b891fa40961c [file] [log] [blame]
Misha Brukmanedf4bab2003-09-16 15:29:54 +00001; RUN: llvm-as < %s | opt -instcombine | llvm-dis | grep 4294967295
Chris Lattneradf7b992003-05-26 23:41:13 +00002
3ulong %test(ulong %Val) {
4 %tmp.3 = cast ulong %Val to uint ; <uint> [#uses=1]
5 %tmp.8 = cast uint %tmp.3 to ulong ; <ulong> [#uses=1]
6 ret ulong %tmp.8
7}