diff options
Diffstat (limited to 'test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll')
-rw-r--r-- | test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll b/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll index 83c5511..db488ff 100644 --- a/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll +++ b/test/CodeGen/PowerPC/2008-06-23-LiveVariablesCrash.ll @@ -6,7 +6,7 @@ entry: br i1 true, label %bb1, label %bb3 bb1: - %tmp1 = load i8* null, align 1 + %tmp1 = load i8, i8* null, align 1 %tmp2 = icmp eq i8 %tmp1, 0 br label %bb2 |