blob: ec13bbf65c182493de02e5cfb28cffe45b0fe85d [file] [log] [blame]
Zhou Shengc775e462008-06-05 14:25:11 +00001; RUN: llvm-as < %s | opt -instcombine
2
3define i65 @foo(i65 %x) nounwind {
4entry:
5 %tmp2 = ashr i65 %x, 65 ; <i65> [#uses=1]
6 ret i65 %tmp2
7}