diff options
Diffstat (limited to 'test/CodeGen/PowerPC/rs-undef-use.ll')
-rw-r--r-- | test/CodeGen/PowerPC/rs-undef-use.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/PowerPC/rs-undef-use.ll b/test/CodeGen/PowerPC/rs-undef-use.ll index 24dd5fd..007931e 100644 --- a/test/CodeGen/PowerPC/rs-undef-use.ll +++ b/test/CodeGen/PowerPC/rs-undef-use.ll @@ -15,7 +15,7 @@ CF82.critedge: ; preds = %CF br label %CF82 CF82: ; preds = %CF82, %CF82.critedge - %L17 = load i8* %0 + %L17 = load i8, i8* %0 %E18 = extractelement <2 x i64> undef, i32 0 %PC = bitcast <2 x i1>* %A3 to i64* br i1 undef, label %CF82, label %CF84.critedge @@ -25,13 +25,13 @@ CF84.critedge: ; preds = %CF82 br label %CF84 CF84: ; preds = %CF84, %CF84.critedge - %L40 = load i64* %PC + %L40 = load i64, i64* %PC store i64 -1, i64* %PC %Sl46 = select i1 undef, i1 undef, i1 false br i1 %Sl46, label %CF84, label %CF85 CF85: ; preds = %CF84 - %L47 = load i64* %PC + %L47 = load i64, i64* %PC store i64 %E18, i64* %PC %PC52 = bitcast <8 x i32>* %A2 to ppc_fp128* store ppc_fp128 0xM4D436562A0416DE00000000000000000, ppc_fp128* %PC52 |