Fix typo.
[oota-llvm.git] / test / CodeGen / PowerPC / 2013-07-01-PHIElimBug.ll
1 ; RUN: llc < %s -verify-machineinstrs | FileCheck %s
2
3 target datalayout = "E-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128-v128:128:128-n32:64"
4 target triple = "powerpc64-unknown-linux-gnu"
5
6 @g_51 = external global [8 x i32], align 4
7
8 ; CHECK: func_7
9
10 ; Function Attrs: nounwind
11 define fastcc void @func_7() #0 {
12 entry:
13   %arrayidx638 = getelementptr inbounds [3 x [1 x i32]], [3 x [1 x i32]]* undef, i64 0, i64 1, i64 0
14   br i1 undef, label %for.cond940, label %if.end1018
15
16 for.cond940:                                      ; preds = %for.cond940, %if.else876
17   %l_655.1 = phi i32* [ getelementptr inbounds ([8 x i32], [8 x i32]* @g_51, i64 0, i64 6), %entry ], [ %l_654.0, %for.cond940 ]
18   %l_654.0 = phi i32* [ null, %entry ], [ %arrayidx638, %for.cond940 ]
19   %exitcond = icmp eq i32 undef, 20
20   br i1 %exitcond, label %if.end1018, label %for.cond940
21
22 if.end1018:                                       ; preds = %for.end957, %for.end834
23   %l_655.3.ph33 = phi i32* [ %l_655.1, %for.cond940 ], [ getelementptr inbounds ([8 x i32], [8 x i32]* @g_51, i64 0, i64 6), %entry ]
24   store i32 0, i32* %l_655.3.ph33, align 4
25   ret void
26 }
27
28 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }