[ARM] Add support for FP_HP_extension build attribute
[oota-llvm.git] / test / CodeGen / ARM / 2007-05-22-tailmerge-3.ll
index 061bf5e851b023681ac7d021c5ed0ebcb373e065..acbab8a0a07108ce326b440104e9a7b00d953b4b 100644 (file)
@@ -2,10 +2,6 @@
 ; RUN: llc < %s -march=arm | grep bl.*quux | count 1
 ; RUN: llc < %s -march=arm -enable-tail-merge=0 | grep bl.*baz | count 2
 ; RUN: llc < %s -march=arm -enable-tail-merge=0 | grep bl.*quux | count 2
-; RUN: llc < %s -march=arm -enable-eh | grep bl.*baz | count 1
-; RUN: llc < %s -march=arm -enable-eh | grep bl.*quux | count 1
-; RUN: llc < %s -march=arm -enable-tail-merge=0 -enable-eh | grep bl.*baz | count 2
-; RUN: llc < %s -march=arm -enable-tail-merge=0 -enable-eh | grep bl.*quux | count 2
 ; Check that tail merging is the default on ARM, and that -enable-tail-merge=0 works.
 ; PR1628
 
@@ -18,7 +14,6 @@ entry:
        %i_addr = alloca i32            ; <i32*> [#uses=2]
        %q_addr = alloca i32            ; <i32*> [#uses=2]
        %retval = alloca i32, align 4           ; <i32*> [#uses=1]
-       "alloca point" = bitcast i32 0 to i32           ; <i32> [#uses=0]
        store i32 %i, i32* %i_addr
        store i32 %q, i32* %q_addr
        %tmp = load i32* %i_addr                ; <i32> [#uses=1]