Indentation change.
[llvm/avr.git] / test / Transforms / InstCombine / 2008-06-05-ashr-crash.ll
blobec13bbf65c182493de02e5cfb28cffe45b0fe85d
1 ; RUN: llvm-as < %s | opt -instcombine
3 define i65 @foo(i65 %x) nounwind  {
4 entry:
5         %tmp2 = ashr i65 %x, 65         ; <i65> [#uses=1]
6         ret i65 %tmp2