[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / ExecutionEngine / 2010-01-15-UndefValue.ll
blob01cb21f4206dd35030fc3f604408967b6b09c336
1 ; RUN: %lli -force-interpreter=true %s
3 define i32 @main() {
4        %a = add i32 0, undef
5        %b = fadd float 0.0, undef
6        %c = fadd double 0.0, undef
7        ret i32 0