Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify their...
[oota-llvm.git] / test / Transforms / InstCombine / call2.ll
index 3a6bd67ce569ec16ef030b63dea7ea74f1aade3c..1f45c7ab75dd5fdbeb46b431dc091075e33c7b66 100644 (file)
@@ -4,7 +4,6 @@
 define i32 @bar() {
 entry:
        %retval = alloca i32, align 4           ; <i32*> [#uses=1]
-       "alloca point" = bitcast i32 0 to i32           ; <i32> [#uses=0]
        %tmp = call i32 (...)* bitcast (i32 (i8*)* @f to i32 (...)*)( double 3.000000e+00 )             ; <i32> [#uses=0]
        br label %return
 
@@ -17,7 +16,6 @@ define i32 @f(i8* %p) {
 entry:
        %p_addr = alloca i8*            ; <i8**> [#uses=1]
        %retval = alloca i32, align 4           ; <i32*> [#uses=1]
-       "alloca point" = bitcast i32 0 to i32           ; <i32> [#uses=0]
        store i8* %p, i8** %p_addr
        br label %return