diff options
Diffstat (limited to 'test/CodeGen/PowerPC/pr15630.ll')
-rw-r--r-- | test/CodeGen/PowerPC/pr15630.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/pr15630.ll b/test/CodeGen/PowerPC/pr15630.ll index 3c1b604..54a1b36 100644 --- a/test/CodeGen/PowerPC/pr15630.ll +++ b/test/CodeGen/PowerPC/pr15630.ll @@ -8,7 +8,7 @@ entry: %newval = alloca i8 %ordering = alloca i32, align 4 store i8 %newval_arg, i8* %newval - %tmp = load i8* %newval + %tmp = load i8, i8* %newval store atomic volatile i8 %tmp, i8* %val_arg seq_cst, align 1 ret void } |