Indentation change.
[llvm/avr.git] / test / Transforms / InstCombine / 2004-12-08-RemInfiniteLoop.ll
blob4ea0b5c484bd162c086a6fb76511e5524ae0461a
1 ; RUN: llvm-as < %s | opt -instcombine
3 define i32 @test(i32 %X) {
4         %Y = srem i32 %X, undef         ; <i32> [#uses=1]
5         ret i32 %Y