diff options
Diffstat (limited to 'test/CodeGen/ARM/2011-02-07-AntidepClobber.ll')
-rw-r--r-- | test/CodeGen/ARM/2011-02-07-AntidepClobber.ll | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll b/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll index f3d7888..e96641b 100644 --- a/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll +++ b/test/CodeGen/ARM/2011-02-07-AntidepClobber.ll @@ -39,12 +39,12 @@ bb134: ; preds = %bb131 unreachable bb135: ; preds = %meshBB396 - %uriHash.1.phi.load = load i32* undef - %.load120 = load i8*** %.SV116 - %.phi24 = load i8* null - %.phi26 = load i8** null + %uriHash.1.phi.load = load i32, i32* undef + %.load120 = load i8**, i8*** %.SV116 + %.phi24 = load i8, i8* null + %.phi26 = load i8*, i8** null store i8 %.phi24, i8* %.phi26, align 1 - %0 = getelementptr inbounds i8* %.phi26, i32 1 + %0 = getelementptr inbounds i8, i8* %.phi26, i32 1 store i8* %0, i8** %.load120, align 4 ; CHECK: mul [[REGISTER:lr|r[0-9]+]], ; CHECK-NOT: [[REGISTER]], @@ -52,7 +52,7 @@ bb135: ; preds = %meshBB396 %1 = mul i32 %uriHash.1.phi.load, 1000003 %2 = xor i32 0, %1 store i32 %2, i32* null - %3 = load i8* null, align 1 + %3 = load i8, i8* null, align 1 %4 = icmp eq i8 %3, 0 store i8* %0, i8** undef br i1 %4, label %meshBB472, label %bb131 |