Forbid arrays of function-type and structures with function-typed fields.
[llvm/avr.git] / test / Transforms / ConstProp / float-to-ptr-cast.ll
blobd8eb3e8b652c89a272fceec8cf7d7751627f0f3e
1 ; RUN: opt < %s -constprop -S | \
2 ; RUN:    grep -F {ret i32* null} | count 2
4 define i32* @test1() {
5         %X = inttoptr i64 0 to i32*             ; <i32*> [#uses=1]
6         ret i32* %X
9 define i32* @test2() {
10         ret i32* null