Move the complex address expression out of DIVariable and into an extra
[oota-llvm.git] / test / CodeGen / PowerPC / 2007-05-22-tailmerge-3.ll
index 5a86418f7cb796aa5b8edadd45c7924a4b257819..382ba1f6a82d5419e765ae61ed5ed2bb790e2e63 100644 (file)
@@ -1,8 +1,8 @@
-; RUN: llvm-as < %s | llc -march=ppc32 | grep bl.*baz | count 2
-; RUN: llvm-as < %s | llc -march=ppc32 | grep bl.*quux | count 2
-; RUN: llvm-as < %s | llc -march=ppc32 -enable-tail-merge | grep bl.*baz | count 1
-; RUN: llvm-as < %s | llc -march=ppc32 -enable-tail-merge=1 | grep bl.*quux | count 1
-; Check that tail merging is not the default on ppc, and that -enable-tail-merge works.
+; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*baz | count 2
+; RUN: llc < %s -march=ppc32 -enable-tail-merge=0 | grep bl.*quux | count 2
+; RUN: llc < %s -march=ppc32 | grep bl.*baz | count 1
+; RUN: llc < %s -march=ppc32 | grep bl.*quux | count 1
+; Check that tail merging is the default on ppc, and that -enable-tail-merge works.
 
 ; ModuleID = 'tail.c'
 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
@@ -13,7 +13,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]