Indentation change.
[llvm/avr.git] / test / Transforms / InstCombine / 2003-06-22-ConstantExprCrash.ll
blobd6cacece08900c8f33d23cfd7734c753ea79cfb0
1 ; This is a bug in the VMcode library, not instcombine, it's just convenient 
2 ; to expose it here.
4 ; RUN: llvm-as < %s | opt -instcombine -disable-output
6 @A = global i32 1               ; <i32*> [#uses=1]
7 @B = global i32 2               ; <i32*> [#uses=1]
9 define i1 @test() {
10         %C = icmp ult i32* getelementptr (i32* @A, i64 1), getelementptr (i32* @B, i64 2) ; <i1> [#uses=1]
11         ret i1 %C